mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
webui: remove hover effect from disabled action button
https://fedorahosted.org/freeipa/ticket/4256 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
This commit is contained in:
parent
c4d00fdd15
commit
c82c598163
@ -726,9 +726,12 @@ span.main-separator{
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.action-button-disabled {
|
||||
.action-button-disabled,
|
||||
.action-button-disabled:focus,
|
||||
.action-button-disabled:hover {
|
||||
color: gray;
|
||||
cursor: default;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.button-disabled {
|
||||
|
Loading…
Reference in New Issue
Block a user