mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-10-15 23:53:02 -07:00
Fixed libadwaita issues
This commit is contained in:
@@ -42,6 +42,17 @@ avatar {
|
||||
&.image { background: none; }
|
||||
}
|
||||
|
||||
.card {
|
||||
@at-root %card, & {
|
||||
border-radius: $corner-radius;
|
||||
box-shadow: $shadow-z3;
|
||||
border: 1px solid $border;
|
||||
background-clip: border-box;
|
||||
background-color: $surface;
|
||||
color: $text-secondary;
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// preferencespage
|
||||
//
|
||||
@@ -63,6 +74,32 @@ preferencesgroup > box {
|
||||
> box.single-line {
|
||||
min-height: 34px;
|
||||
}
|
||||
|
||||
button.background-preview-button.toggle {
|
||||
padding: 0;
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
outline-color: transparent;
|
||||
outline-width: 3px;
|
||||
outline-offset: $space-size / 2;
|
||||
outline-style: solid;
|
||||
|
||||
&, > background-preview {
|
||||
border-radius: $corner-radius;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
outline-color: $fill;
|
||||
}
|
||||
|
||||
&:active {
|
||||
outline-color: $track;
|
||||
}
|
||||
|
||||
&:checked {
|
||||
outline-color: $primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user