1
0
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:
Leigh Johnson 2016-05-03 16:33:24 -04:00 committed by John Mitchell
parent 8e75d1c3ce
commit f5232953ac

View File

@ -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 {