mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-15 21:08:39 -07:00
Fix transparent MessageDialogs
This commit is contained in:
@@ -3132,15 +3132,11 @@ messagedialog { // Message Dialog styling
|
|||||||
border-bottom-left-radius: $window-radius;
|
border-bottom-left-radius: $window-radius;
|
||||||
border-bottom-right-radius: $window-radius;
|
border-bottom-right-radius: $window-radius;
|
||||||
|
|
||||||
@if $variant == 'dark' {
|
background-color: $surface;
|
||||||
background-color: transparent;
|
|
||||||
} @else {
|
|
||||||
background-color: $surface;
|
|
||||||
}
|
|
||||||
|
|
||||||
.titlebar {
|
.titlebar {
|
||||||
&, &:backdrop {
|
&, &:backdrop {
|
||||||
background-color: if($variant == 'dark', transparent, $surface);
|
background-color: if($variant == 'dark', $base, $surface);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user