mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
stylesheet: Don't use -gtk-outline-...-radius
https://docs.gtk.org/gtk4/migrating-3to4.html#dont-use-gtk-outline-radius-in-your-css Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
parent
1b567131b7
commit
e2a5f04fa0
1 changed files with 1 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
|||
keypad > grid > button, .dial-button, .delete-button .rounded-button {
|
||||
border-radius: 9999px;
|
||||
-gtk-outline-radius: 9999px;
|
||||
}
|
||||
|
||||
.dial-button {
|
||||
padding: 19px 42px
|
||||
padding: 19px 42px;
|
||||
}
|
||||
|
||||
.delete-button {
|
||||
|
|
Loading…
Reference in a new issue