Skip to content

Commit 0a35f4f

Browse files
authored
refactor: UI tweaks, better browser detection and new neutrals (#4276)
* refactor: UI tweaks, better browser detection and new neutrals * wip
1 parent af50f6e commit 0a35f4f

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

app/assets/stylesheets/application.css

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@
6666
@custom-variant theme-mist (&:where(.theme-mist, .theme-mist *));
6767
@custom-variant theme-olive (&:where(.theme-olive, .theme-olive *));
6868

69+
@custom-variant os-mac (&:where(.os-mac, .os-mac *));
70+
@custom-variant os-pc (&:where(.os-pc, .os-pc *));
71+
6972
@custom-variant has-cover (&:where(.has-cover *));
7073
@custom-variant has-sidebar (&:where(.has-sidebar *));
7174
@custom-variant has-record-selector (&:where(.has-record-selector *));
@@ -185,14 +188,6 @@
185188
@apply bg-primary-400;
186189
}
187190

188-
body.os-mac .mac\:hidden {
189-
display: none;
190-
}
191-
192-
body.os-pc .pc\:hidden {
193-
display: none;
194-
}
195-
196191
body.modal-open {
197192
@apply overflow-hidden;
198193
}

0 commit comments

Comments
 (0)