1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-25 21:29:32 +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:
Adrien Plazas 2020-11-05 09:55:35 +01:00
parent 900550b353
commit fccb72c58c

View file

@ -1,4 +1,4 @@
hdykeypad > button, .dial-button, .delete-button {
keypad > grid > button, .dial-button, .delete-button {
border-radius: 9999px;
-gtk-outline-radius: 9999px;
}