forked from AuroraMiddleware/gtk
Adwaita: fix scale popup button size
This commit is contained in:
parent
ea423318f1
commit
72db203672
@ -3571,14 +3571,11 @@ colorswatch {
|
||||
.osd & { @extend %osd; }
|
||||
|
||||
.osd & button.flat { //FIXME: quick hack, redo properly
|
||||
padding: 6px;
|
||||
border-style: none;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
button { // +/- buttons on GtkVolumeButton popup
|
||||
padding: 6px;
|
||||
|
||||
&:hover {
|
||||
@extend %undecorated_button;
|
||||
background-color: transparentize($fg_color,0.9);
|
||||
|
@ -4288,11 +4288,8 @@ colorswatch#editor-color-sample {
|
||||
.osd .scale-popup button.flat, .osd .scale-popup notebook > header > tabs > arrow, .osd .scale-popup button.sidebar-button, .osd .scale-popup headerbar button.titlebutton, headerbar .osd .scale-popup button.titlebutton,
|
||||
.osd .scale-popup .titlebar button.titlebutton,
|
||||
.titlebar .osd .scale-popup button.titlebutton {
|
||||
padding: 6px;
|
||||
border-style: none;
|
||||
border-radius: 5px; }
|
||||
.scale-popup button {
|
||||
padding: 6px; }
|
||||
.scale-popup button:hover {
|
||||
background-color: rgba(238, 238, 236, 0.1);
|
||||
border-radius: 5px; }
|
||||
|
@ -4429,11 +4429,8 @@ colorswatch#editor-color-sample {
|
||||
.osd .scale-popup button.flat, .osd .scale-popup notebook > header > tabs > arrow, .osd .scale-popup button.sidebar-button, .osd .scale-popup headerbar button.titlebutton, headerbar .osd .scale-popup button.titlebutton,
|
||||
.osd .scale-popup .titlebar button.titlebutton,
|
||||
.titlebar .osd .scale-popup button.titlebutton {
|
||||
padding: 6px;
|
||||
border-style: none;
|
||||
border-radius: 5px; }
|
||||
.scale-popup button {
|
||||
padding: 6px; }
|
||||
.scale-popup button:hover {
|
||||
background-color: rgba(46, 52, 54, 0.1);
|
||||
border-radius: 5px; }
|
||||
|
Loading…
Reference in New Issue
Block a user