Disable tabs by ID instead of index

Disabled tabs are visible (with a 'not-allowed' cursor)  instead of being hidden from the extra tabs menu.
This commit is contained in:
denis.flaven@combodo.com
2023-03-30 14:16:26 +02:00
parent e87f5af465
commit b9a00b15f5
2 changed files with 39 additions and 18 deletions

View File

@@ -35,6 +35,10 @@ $ibo-sticky-sentinel-bottom--height: $ibo-sticky-sentinel--height !default;
opacity: 1 !important; /* Note: !important is necessary as it needs to overload any standard rules */
}
.ibo-is-disabled {
cursor: not-allowed !important; /* Note: !important is necessary as it needs to overload any standard rules */
}
/****************************/
/* Disposition / alignement */
/****************************/