by roundabout, Saturday, 3 April 2021, 00:12:01 (1617408721), pushed by roundabout, Sunday, 11 May 2025, 13:23:03 (1746969783)
Author identity: nana-4 <hnmaigo@gmail.com>
a9b0b4cacca364a56f2c4081b4656b289a941601
src/_theme.scss
@@ -21,8 +21,6 @@ $large-size: 48px;
$large-size: 40px;
}
$bar-size: 4px;
$menu-item-height: 32px;
$menu-item-dense-height: 28px;
src/gtk-3.0/sass/_common.scss
@@ -1843,7 +1843,7 @@ treeview.view {
// progress bar in treeviews
&.progressbar {
border-bottom: theme.$bar-size solid theme-color.$primary;
border-bottom: 4px solid theme-color.$primary;
background-color: transparent;
&:selected:hover {
@@ -1853,7 +1853,7 @@ treeview.view {
// progress bar trough in treeviews
&.trough {
border-bottom: theme.$bar-size solid theme-color.disabled-stroke(theme-color.$on-surface);
border-bottom: 4px solid theme-color.disabled-stroke(theme-color.$on-surface);
background-color: transparent;
&:selected:hover {
@@ -3056,14 +3056,14 @@ progressbar {
&.horizontal {
trough,
progress {
min-height: theme.$bar-size;
min-height: 4px;
}
}
&.vertical {
trough,
progress {
min-width: theme.$bar-size;
min-width: 4px;
}
}
@@ -3080,8 +3080,8 @@ progressbar {
}
&.osd { // progressbar.osd used for epiphany page loading progress
// min-width: $bar-size;
// min-height: $bar-size;
// min-width: 4px;
// min-height: 4px;
// background-color: transparent;
trough {
@@ -3106,7 +3106,7 @@ progressbar {
levelbar {
&.horizontal {
block {
min-height: theme.$bar-size;
min-height: 4px;
}
&.discrete block {
@@ -3120,7 +3120,7 @@ levelbar {
&.vertical {
block {
min-width: theme.$bar-size;
min-width: 4px;
}
&.discrete block {
src/gtk-4.0/sass/_common.scss
@@ -1840,7 +1840,7 @@ treeview.view {
}
&.progressbar { // progress bar in treeviews
border-bottom: theme.$bar-size solid theme-color.$primary;
border-bottom: 4px solid theme-color.$primary;
background-color: transparent;
&:selected:hover {
@@ -1849,7 +1849,7 @@ treeview.view {
}
&.trough { // progress bar trough in treeviews
border-bottom: theme.$bar-size solid theme-color.disabled-stroke(theme-color.$on-surface);
border-bottom: 4px solid theme-color.disabled-stroke(theme-color.$on-surface);
background-color: transparent;
&:selected:hover {
@@ -2973,7 +2973,7 @@ progressbar {
&,
> progress {
min-height: theme.$bar-size;
min-height: 4px;
}
}
@@ -2982,14 +2982,14 @@ progressbar {
&,
> progress {
min-width: theme.$bar-size;
min-width: 4px;
}
}
// progressbar.osd used for epiphany page loading progress
&.osd {
// min-width: $bar-size;
// min-height: $bar-size;
// min-width: 4px;
// min-height: 4px;
// background-color: transparent;
> trough {
@@ -3014,7 +3014,7 @@ progressbar {
levelbar {
&.horizontal {
> trough > block {
min-height: theme.$bar-size;
min-height: 4px;
}
&.discrete > trough > block {
@@ -3028,7 +3028,7 @@ levelbar {
&.vertical {
> trough > block {
min-width: theme.$bar-size;
min-width: 4px;
}
&.discrete > trough > block {