mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 05:18:38 -07:00
update
This commit is contained in:
@@ -1634,7 +1634,7 @@ menubar,
|
|||||||
> menuitem {
|
> menuitem {
|
||||||
transition: none;
|
transition: none;
|
||||||
min-height: 20px;
|
min-height: 20px;
|
||||||
padding: 4px 8px;
|
padding: $space-size / 2 + 1px $space-size + 2px;
|
||||||
color: $titlebar-text-secondary;
|
color: $titlebar-text-secondary;
|
||||||
border-radius: $corner-radius;
|
border-radius: $corner-radius;
|
||||||
|
|
||||||
@@ -1689,7 +1689,7 @@ menu {
|
|||||||
transition: background-color $duration $ease-out;
|
transition: background-color $duration $ease-out;
|
||||||
min-height: 20px;
|
min-height: 20px;
|
||||||
min-width: 40px;
|
min-width: 40px;
|
||||||
padding: ($menuitem-size - 20px) / 2 ($large-size - 40px) / 2;
|
padding: ($menuitem-size - 20px) / 2 $space-size + 2px;
|
||||||
color: $text;
|
color: $text;
|
||||||
font: initial;
|
font: initial;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
@@ -1931,8 +1931,6 @@ notebook {
|
|||||||
}
|
}
|
||||||
|
|
||||||
> list {
|
> list {
|
||||||
// @extend %circular_list;
|
|
||||||
|
|
||||||
row.activatable { border-radius: $corner-radius; }
|
row.activatable { border-radius: $corner-radius; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -3273,7 +3271,7 @@ stacksidebar.sidebar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
row {
|
row {
|
||||||
min-height: 32px;
|
min-height: $medium_size;
|
||||||
padding: 0 $space-size / 2;
|
padding: 0 $space-size / 2;
|
||||||
border-radius: $corner-radius;
|
border-radius: $corner-radius;
|
||||||
|
|
||||||
@@ -3326,7 +3324,7 @@ placessidebar.sidebar {
|
|||||||
|
|
||||||
row {
|
row {
|
||||||
// Needs overriding of the GtkListBoxRow padding
|
// Needs overriding of the GtkListBoxRow padding
|
||||||
min-height: 32px;
|
min-height: $medium_size;
|
||||||
margin: 0; // Remove unwanted hard-coded vertical margins with -1px
|
margin: 0; // Remove unwanted hard-coded vertical margins with -1px
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-radius: $corner-radius;
|
border-radius: $corner-radius;
|
||||||
|
Reference in New Issue
Block a user