by roundabout, Thursday, 12 March 2020, 16:26:07 (1584030367), pushed by roundabout, Sunday, 11 May 2025, 13:22:49 (1746969769)
Author identity: nana-4 <hnmaigo@gmail.com>
0b5bdbfb65837f3920ccd088bc53133b47bd1880
src/_sass/gnome-shell/_drawing.scss
@@ -196,7 +196,7 @@
}
@if $t == flat-focus {
color: if($tc != on(dark), $primary, on(dark));
color: if($tc != on(dark), $primary, on(dark, text2));
background-color: if($tc != on(dark), $primary-overlay-focus, $inverse-overlay-focus);
text-shadow: none;
icon-shadow: none;
@@ -204,7 +204,7 @@
}
@if $t == flat-hover {
color: if($tc != on(dark), $primary, on(dark));
color: if($tc != on(dark), $primary, on(dark, text2));
background-color: if($tc != on(dark), $primary-overlay-hover, $inverse-overlay-hover);
border-color: transparent;
box-shadow: $shadow-0;
@@ -213,7 +213,7 @@
}
@if $t == flat-active {
color: if($tc != on(dark), $primary, on(dark));
color: if($tc != on(dark), $primary, on(dark, text2));
background-color: if($tc != on(dark), $primary-overlay-active, $inverse-overlay-active);
border-color: transparent;
box-shadow: $shadow-0;