mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
HighContrast: Fix a typo
The new css parser complains about an unknown pseudo-class here.
This commit is contained in:
parent
2681f7c7af
commit
a8db330341
@ -3295,7 +3295,7 @@ colorswatch {
|
||||
inset 0 -1px transparentize(black, 0.6);
|
||||
}
|
||||
&:backdrop,
|
||||
&:backdrop:selectedi,
|
||||
&:backdrop:selected,
|
||||
&.dark:backdrop,
|
||||
&.dark:backdrop:selected {
|
||||
background-image: none;
|
||||
|
@ -1470,7 +1470,7 @@ colorswatch:only-child > overlay { border-radius: 5px; }
|
||||
|
||||
colorswatch.activatable:hover, colorswatch.activatable:hover:selected { background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 50%); box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), inset 0 -1px rgba(0, 0, 0, 0.4); }
|
||||
|
||||
colorswatch:backdrop, colorswatch:backdrop:selectedi, colorswatch.dark:backdrop, colorswatch.dark:backdrop:selected { background-image: none; box-shadow: none; }
|
||||
colorswatch:backdrop, colorswatch:backdrop:selected, colorswatch.dark:backdrop, colorswatch.dark:backdrop:selected { background-image: none; box-shadow: none; }
|
||||
|
||||
colorswatch.dark { color: white; border: 1px solid rgba(0, 0, 0, 0.3); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user