Issue #3213957 by Gauravmahlawat, mitthukumawat, Indrajith KB: Umami demo: hover state of buttons is odd on quick edit

merge-requests/865/head
Lauri Eskola 2021-06-29 14:48:32 +03:00
parent 98e3b4cbd9
commit 684f19be50
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ button:focus,
transition: background-color 0.5s ease;
text-decoration: none;
color: #000;
border: 2px solid #008068;
background-color: #e6eee0;
}
button[disabled]:hover,