authPrompt: Iconize the cancel button
Replace the "Cancel" label in the cancel button by an arrow icon, and adjust the theme to make it circular. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/922
This commit is contained in:

committed by
Florian Müllner

parent
ee0a36e6a3
commit
7fc4fe9a97
@ -68,6 +68,17 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cancel-button {
|
||||
padding: 0;
|
||||
border-radius: 99px;
|
||||
width: $base_icon_size * 2;
|
||||
height: $base_icon_size * 2;
|
||||
border-color: transparentize($bg_color,0.7);
|
||||
background-color: transparentize($bg_color,0.7);
|
||||
|
||||
StIcon { icon-size: $base_icon_size; }
|
||||
}
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin { padding: 24px 0px; }
|
||||
|
Reference in New Issue
Block a user