mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 09:51:09 +03:00
fix related set active color && remove disable cursor in anticipation of #1796
This commit is contained in:
parent
8e75d1c3ce
commit
f5232953ac
@ -129,13 +129,12 @@
|
||||
|
||||
.Form-tab.is-selected {
|
||||
color: @btn-txt-sel;
|
||||
background-color: @btn-bg-sel;
|
||||
border-color: @btn-bord-sel;
|
||||
background-color: @default-icon-hov;
|
||||
border-color: @default-icon-hov;
|
||||
}
|
||||
|
||||
.Form-tab--disabled {
|
||||
opacity: 0.4;
|
||||
cursor: not-allowed !important;
|
||||
}
|
||||
|
||||
.Form-tab--disabled:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user