mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Init AxoSwitch/AxoCheckbox & forced-colors mode
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
*/
|
||||
@custom-variant dark (&:where(.dark-theme, .dark-theme *));
|
||||
|
||||
@custom-variant hovered (&:hover:not(:disabled));
|
||||
@custom-variant pressed (&:active:not(:disabled));
|
||||
@custom-variant focused (.keyboard-mode &:focus);
|
||||
@custom-variant hovered (&:where(:hover:not(:disabled)));
|
||||
@custom-variant pressed (&:where(:active:not(:disabled)));
|
||||
@custom-variant focused (:where(.keyboard-mode) &:where(:focus));
|
||||
|
||||
/**
|
||||
* Color
|
||||
@@ -325,6 +325,9 @@
|
||||
/* box-shadow: inset */
|
||||
--inset-shadow-*: initial; /* reset defaults */
|
||||
|
||||
--inset-shadow-on-color:
|
||||
inset 0 0.5px 1px 0 --alpha(#000 / 12%);
|
||||
|
||||
/* filter: drop-shadow() */
|
||||
--drop-shadow-*: initial; /* reset defaults */
|
||||
--drop-shadow-elevation-0: var(--shadow-elevation-0);
|
||||
|
||||
Reference in New Issue
Block a user