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:
@@ -3719,27 +3719,6 @@ row {
|
|||||||
color: $text-secondary;
|
color: $text-secondary;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
|
|
||||||
label.subtitle {
|
|
||||||
font-size: smaller;
|
|
||||||
@extend .dim-label;
|
|
||||||
}
|
|
||||||
|
|
||||||
> box.header {
|
|
||||||
margin-left: $space-size * 2;
|
|
||||||
margin-right: $space-size * 2;
|
|
||||||
min-height: $large-size;
|
|
||||||
|
|
||||||
> .icon:disabled {
|
|
||||||
filter: opacity(0.35);
|
|
||||||
}
|
|
||||||
|
|
||||||
> box.title {
|
|
||||||
margin-top: $space-size;
|
|
||||||
margin-bottom: $space-size;
|
|
||||||
border-spacing: $space-size / 2;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@at-root %row_activatable, &.activatable {
|
@at-root %row_activatable, &.activatable {
|
||||||
transition: $transition,
|
transition: $transition,
|
||||||
background-size $ripple-fade-out-duration $ease-out,
|
background-size $ripple-fade-out-duration $ease-out,
|
||||||
@@ -3882,10 +3861,37 @@ row {
|
|||||||
&:dir(rtl) { margin-left: $space-size; }
|
&:dir(rtl) { margin-left: $space-size; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.property > box.header > box.title > {
|
||||||
|
.title {
|
||||||
|
@extend .caption;
|
||||||
|
@extend .dim-label;
|
||||||
|
}
|
||||||
|
|
||||||
|
.subtitle {
|
||||||
|
font-size: inherit;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// AdwEntryRow
|
// AdwEntryRow
|
||||||
row.entry {
|
row.entry {
|
||||||
|
&:not(:selected).activatable.focused:hover,
|
||||||
|
&:not(:selected).activatable.focused:active {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:disabled {
|
||||||
|
text {
|
||||||
|
opacity: 0.45;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dim-label, .subtitle {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.edit-icon, .indicator {
|
.edit-icon, .indicator {
|
||||||
min-width: 24px;
|
min-width: 24px;
|
||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
@@ -3910,6 +3916,11 @@ row.entry {
|
|||||||
}
|
}
|
||||||
|
|
||||||
row.spin {
|
row.spin {
|
||||||
|
&:not(:selected).activatable.focused:hover,
|
||||||
|
&:not(:selected).activatable.focused:active {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
spinbutton {
|
spinbutton {
|
||||||
background: none;
|
background: none;
|
||||||
border-spacing: $space-size;
|
border-spacing: $space-size;
|
||||||
@@ -3995,6 +4006,14 @@ row.combo {
|
|||||||
|
|
||||||
popover > contents {
|
popover > contents {
|
||||||
min-width: 120px;
|
min-width: 120px;
|
||||||
|
|
||||||
|
.combo-searchbar {
|
||||||
|
margin: 6px;
|
||||||
|
|
||||||
|
+ scrolledwindow {
|
||||||
|
@include undershoot(top, $border);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user