update
This commit is contained in:
parent
14cc12eb78
commit
950aed042e
2 changed files with 8 additions and 1 deletions
|
@ -670,7 +670,7 @@ $_dot_color: $selected_bg_color;
|
|||
%circular_button {
|
||||
border-radius: $circular_radius;
|
||||
-gtk-outline-radius: $circular_radius;
|
||||
padding: 0 0;
|
||||
padding: 0;
|
||||
min-height: $menuitem_size;
|
||||
min-width: $menuitem_size;
|
||||
}
|
||||
|
@ -3557,6 +3557,7 @@ row {
|
|||
|
||||
button {
|
||||
@extend %undecorated_button;
|
||||
@include button(flat-normal);
|
||||
|
||||
&:not(.text-button).image-button, &.flat {
|
||||
@extend %circular_button;
|
||||
|
|
|
@ -2957,6 +2957,12 @@ window.background.csd {
|
|||
}
|
||||
}
|
||||
|
||||
.app-notification.boxes-toast {
|
||||
> button.circular.flat {
|
||||
padding: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Dialogs
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue