mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -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 {
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user