Skip to content

Commit e865957

Browse files
drakkar1969jnsh
authored andcommitted
gnome-shell: Style login/unlock round buttons
Ensure login/unlock buttons use OSD button styling #72
1 parent 417e7ef commit e865957

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

common/gnome-shell/3.36/sass/_common.scss

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2476,11 +2476,8 @@ StScrollBar {
24762476
.modal-dialog-button-box { spacing: 3px; }
24772477
.modal-dialog-button {
24782478
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); }
2479+
&, &:default {
2480+
@extend %osd_button;
24842481
}
24852482
}
24862483

@@ -2491,8 +2488,6 @@ StScrollBar {
24912488
border-radius: 99px;
24922489
width: 32px;
24932490
height: 32px;
2494-
border-color: transparentize($bg_color,0.7);
2495-
background-color: transparentize($bg_color,0.7);
24962491

24972492
StIcon { icon-size: 16px; }
24982493
}

0 commit comments

Comments
 (0)