mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 23:50:03 -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;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-button-disabled {
|
.action-button-disabled,
|
||||||
|
.action-button-disabled:focus,
|
||||||
|
.action-button-disabled:hover {
|
||||||
color: gray;
|
color: gray;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-disabled {
|
.button-disabled {
|
||||||
|
Loading…
Reference in New Issue
Block a user