Pointer cursor for buttons

This commit is contained in:
Arne Keller 2021-03-02 18:24:18 +01:00
parent 0154e2ddf9
commit a807179b05

View File

@ -1,3 +1,7 @@
vaadin-button {
min-width: 0;
}
vaadin-button, iron-icon, vaadin-drawer-toggle {
cursor: pointer;
}