mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 13:28:38 -07:00
update
This commit is contained in:
@@ -3442,7 +3442,7 @@ infobar {
|
||||
&:backdrop > revealer > box {
|
||||
background-color: $base;
|
||||
|
||||
link:link { color: on($primary); }
|
||||
&, link:link, flowboxchild { color: on($primary); }
|
||||
|
||||
button {
|
||||
&.text-button:not(:disabled):not(.suggested-action):not(.destructive-action) { color: $primary; }
|
||||
@@ -3455,9 +3455,8 @@ infobar {
|
||||
& > revealer > box,
|
||||
&:backdrop > revealer > box {
|
||||
background-color: $primary;
|
||||
color: on($primary);
|
||||
|
||||
link:link { color: on($primary); }
|
||||
&, link:link, flowboxchild { color: on($primary); }
|
||||
|
||||
button {
|
||||
&, &:hover, &:focus, &:active, &:checked, &.text-button:not(:disabled) { color: on($primary); }
|
||||
@@ -3473,9 +3472,8 @@ infobar {
|
||||
& > revealer > box,
|
||||
&:backdrop > revealer > box {
|
||||
background-color: $warning;
|
||||
color: on($warning);
|
||||
|
||||
link:link { color: on($warning); }
|
||||
&, link:link, flowboxchild { color: on($warning); }
|
||||
|
||||
button {
|
||||
@extend %button-on-dark;
|
||||
@@ -3495,7 +3493,7 @@ infobar {
|
||||
background-color: $error;
|
||||
color: on($error);
|
||||
|
||||
link:link { color: on($error); }
|
||||
&, link:link, flowboxchild { color: on($error); }
|
||||
|
||||
button {
|
||||
&, &:hover, &:focus, &:active, &:checked, &.text-button:not(:disabled) { color: on($error); }
|
||||
|
Reference in New Issue
Block a user