mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Hints that disabled tabs are not clickable
This commit is contained in:
@@ -65,7 +65,7 @@ $ibo-tab--temporary-remote-content--button--hover--color: $ibo-color-grey-200 !d
|
||||
|
||||
color: $ibo-tab-container--tab-header--text-color;
|
||||
|
||||
&:hover {
|
||||
&:hover:not(.ui-state-disabled) {
|
||||
color: $ibo-tab-container--tab-header--text-color--on-hover;
|
||||
background-color: $ibo-tab-container--tab-header--background-color--on-hover;
|
||||
}
|
||||
|
||||
5
css/backoffice/vendors/_jqueryui.scss
vendored
5
css/backoffice/vendors/_jqueryui.scss
vendored
@@ -599,4 +599,9 @@ $ibo-vendors-jqueryui--ui-slider--ui-slider-handle--hover--border-color: $ibo-co
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
// Tabs
|
||||
.ui-tabs-tab.ui-state-disabled a{
|
||||
cursor: not-allowed !important;
|
||||
}
|
||||
Reference in New Issue
Block a user