mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-04 15:41:19 +00:00
style: Fix the CSS path to the HdyKeypad buttons
In libhandy 1, the hdykeypad CSS class name got renamed into keypad, and HdyKeypad isn't a GtkGrid anymore but it contains one.
This commit is contained in:
parent
900550b353
commit
fccb72c58c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
hdykeypad > button, .dial-button, .delete-button {
|
keypad > grid > button, .dial-button, .delete-button {
|
||||||
border-radius: 9999px;
|
border-radius: 9999px;
|
||||||
-gtk-outline-radius: 9999px;
|
-gtk-outline-radius: 9999px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue