Skip to content

Commit

Permalink
last little tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Nov 17, 2023
1 parent 08be0b5 commit f508b8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions frontend/src/lib/lemon-ui/LemonTag/LemonTag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
color: var(--bg-charcoal);

.posthog-3000 & {
// background: none;
// border-color: var(--mark);
// color: var(--mark);
background: none;
border-color: var(--mark);
color: var(--mark);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export const sessionRecordingFilePlaybackLogic = kea<sessionRecordingFilePlaybac
() => [],
(): Breadcrumb[] => [
{
name: `Session replay`,
name: 'Session replay',
path: urls.replay(),
},
{
Expand Down
1 change: 1 addition & 0 deletions frontend/src/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ body {
--glass-bg-3000: var(--bg-light);
--glass-border-3000: var(--border);
--bg-light: #fff;
--bg-table: var(--bg-light);
--link: var(--primary-3000);

touch-action: manipulation; // Disable double-tap-to-zoom on mobile, making taps slightly snappier
Expand Down

0 comments on commit f508b8c

Please sign in to comment.