We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417e7ef commit e865957Copy full SHA for e865957
common/gnome-shell/3.36/sass/_common.scss
@@ -2476,11 +2476,8 @@ StScrollBar {
2476
.modal-dialog-button-box { spacing: 3px; }
2477
.modal-dialog-button {
2478
padding: 3px 18px;
2479
- &:default {
2480
- @include button(normal);
2481
- &:hover,&:focus { @include button(hover); }
2482
- &:active { @include button(active); }
2483
- &:insensitive { @include button(insensitive); }
+ &, &:default {
+ @extend %osd_button;
2484
}
2485
2486
@@ -2491,8 +2488,6 @@ StScrollBar {
2491
2488
border-radius: 99px;
2492
2489
width: 32px;
2493
2490
height: 32px;
2494
- border-color: transparentize($bg_color,0.7);
2495
- background-color: transparentize($bg_color,0.7);
2496
2497
StIcon { icon-size: 16px; }
2498
0 commit comments