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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user