mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 18:21:12 +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 {
|
.Form-tab.is-selected {
|
||||||
color: @btn-txt-sel;
|
color: @btn-txt-sel;
|
||||||
background-color: @btn-bg-sel;
|
background-color: @default-icon-hov;
|
||||||
border-color: @btn-bord-sel;
|
border-color: @default-icon-hov;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Form-tab--disabled {
|
.Form-tab--disabled {
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
cursor: not-allowed !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.Form-tab--disabled:hover {
|
.Form-tab--disabled:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user