by roundabout, Sunday, 26 July 2020, 11:09:49 (1595761789), pushed by roundabout, Sunday, 11 May 2025, 13:22:54 (1746969774)
Author identity: nana-4 <hnmaigo@gmail.com>
65b2c4d08eef494403a2e428847b5219d3abc75a
src/gtk/sass/apps/_budgie.scss
@@ -281,6 +281,7 @@ button.raven-trigger {
&.transparent {
background-color: $scrim;
color: hint($on-scrim);
}
button {
@@ -288,6 +289,7 @@ button.raven-trigger {
min-width: 16px;
padding: 0;
border-radius: 0;
background-color: transparent;
color: hint($on-panel);
@include ink-color($on-panel);
@@ -296,7 +298,9 @@ button.raven-trigger {
}
&:checked {
background-color: overlay("activated", $on-panel);
color: $on-panel;
@include ink-color($on-panel);
&:disabled {
color: disabled($on-panel);
@@ -515,6 +519,8 @@ $pos_list: (top: bottom, bottom: top, left: right, right: left);
font-weight: normal;
&:checked {
background-color: overlay("activated", $primary);
color: $primary;
@include ink-color($primary);
}
@@ -674,6 +680,7 @@ calendar.raven-calendar {
@extend %button-flat;
&.text-button:not(:disabled) {
color: $primary;
@include ink-color($primary);
}
}
@@ -726,6 +733,7 @@ calendar.raven-calendar {
}
&:not(:disabled) {
color: $primary;
@include ink-color($primary);
}
}
src/gtk/sass/apps/_lightdm.scss
@@ -29,6 +29,7 @@
color: hint($on-scrim-alt);
&:hover {
background-color: overlay("activated", $on-scrim-alt);
color: $on-scrim-alt;
}
src/gtk/sass/apps/_mate.scss
@@ -22,6 +22,7 @@
min-width: 16px;
padding: 0; // NOTE: Most buttons padding are hard-coded to 0 (except for hide buttons)
border-radius: 0;
background-color: transparent;
color: hint($on-panel);
@include ink-color($on-panel);
@@ -30,7 +31,9 @@
}
&:checked {
background-color: overlay("activated", $on-panel);
color: $on-panel;
@include ink-color($on-panel);
&:disabled {
color: disabled($on-panel);
@@ -85,6 +88,7 @@ MatePanelAppletFrameDBus > MatePanelAppletFrameDBus {
color: hint($on-panel);
&:hover {
background-color: overlay("activated", $on-panel);
color: $on-panel;
}
@@ -347,6 +351,8 @@ na-tray-applet widget box widget {
margin: 0 4px;
&:checked {
background-color: overlay("activated", $primary);
color: $primary;
@include ink-color($primary);
}
}
@@ -497,6 +503,7 @@ na-tray-applet widget box widget {
@extend %button-flat;
&:not(:disabled) {
color: $primary;
@include ink-color($primary);
}
}
@@ -592,6 +599,7 @@ na-tray-applet widget box widget {
@extend %button-flat;
&:not(:disabled) {
color: $primary;
@include ink-color($primary);
}
}
src/gtk/sass/apps/_xfce.scss
@@ -24,6 +24,7 @@
min-width: 16px;
padding: 0;
border-radius: 0;
background-color: transparent;
color: hint($on-panel);
@include ink-color($on-panel);