by roundabout, Saturday, 6 March 2021, 23:32:35 (1615073555), pushed by roundabout, Sunday, 11 May 2025, 13:22:57 (1746969777)
Author identity: nana-4 <hnmaigo@gmail.com>
c9e32fbdef28004bf2c06faff5719b85167a65d1
src/gtk/sass/_common-3.20.scss
@@ -81,11 +81,11 @@
// color: $on-surface;
&:hover {
box-shadow: inset 0 0 0 9999px overlay("hover-alt", $on-surface);
background-color: overlay("hover-alt", $on-surface);
}
&:selected:hover {
box-shadow: inset 0 0 0 9999px overlay("hover-alt", $primary);
background-color: overlay("hover-alt", $primary, $on: $overlay-selected);
}
&:disabled {
@@ -1824,25 +1824,23 @@ treeview.view {
}
}
&.progressbar { // progress bar in treeviews
// progress bar in treeviews
&.progressbar {
border-bottom: $bar-size solid $primary;
box-shadow: none;
background-color: transparent;
background-image: none;
&:selected:hover {
box-shadow: none;
background-color: transparent;
}
}
&.trough { // progress bar trough in treeviews
// progress bar trough in treeviews
&.trough {
border-bottom: $bar-size solid disabled-stroke($on-surface);
box-shadow: none;
background-color: transparent;
background-image: none;
&:selected:hover {
box-shadow: none;
background-color: transparent;
}
}