mirror of
https://github.com/horst3180/arc-theme.git
synced 2026-03-02 03:40:11 +00:00
cinnamon: really fix notification-buttons
This commit is contained in:
@@ -712,11 +712,9 @@ StScrollBar {
|
||||
color: $fg_color;
|
||||
border-image: url("#{$asset_path}/misc/message.svg") 9 9 9 9;
|
||||
|
||||
@at-root {
|
||||
.notification-button, .notification-icon-button {
|
||||
@extend %button;
|
||||
padding: 5px;
|
||||
}
|
||||
.notification-button, .notification-icon-button {
|
||||
@extend %button;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
StEntry { @extend %entry; }
|
||||
@@ -747,7 +745,10 @@ StScrollBar {
|
||||
color: $osd_fg_color;
|
||||
}
|
||||
|
||||
&-button, &-icon-button { @extend %osd_button; }
|
||||
&-button, &-icon-button {
|
||||
@extend %osd_button;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
&-icon-button > StIcon { icon-size: 36px; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user