by roundabout, Sunday, 5 January 2020, 05:41:25 (1578202885), pushed by roundabout, Sunday, 11 May 2025, 13:22:47 (1746969767)
Author identity: nana-4 <hnmaigo@gmail.com>
7d9d6a2e0ad99f0c2323552f93737cd8ba9e42f8
src/_sass/gtk/_common-3.20.scss
@@ -177,6 +177,7 @@ label {
}
headerbar &,
menuitem &,
tab &,
button & {
color: inherit;
@@ -1813,10 +1814,6 @@ menubar,
&:disabled {
color: $titlebar-text2-disabled;
}
label:disabled {
color: inherit; // to inherit the above color
}
}
}
@@ -1880,7 +1877,7 @@ menu,
label {
&:dir(rtl),
&:dir(ltr) {
color: inherit;
// color: inherit;
}
}
}
src/_sass/gtk/apps/_lightdm.scss
@@ -25,7 +25,7 @@
&:hover { color: on($scrim-alt); }
&:disabled label { color: on($scrim-alt, text2-disabled); }
&:disabled { color: on($scrim-alt, text2-disabled); }
}
}