mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
fix related set active color && remove disable cursor in anticipation of #1796
This commit is contained in:
committed by
John Mitchell
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user