fix wired looking tabs after fancy theme introduction caused by moving --track-width to EGroupware themes

thought for some reason setting --track-width: 3px in the theme only gives a 2px track, while setting it in shoelace.ts gives the expected 3px :(
This commit is contained in:
ralf 2024-08-15 08:38:41 +02:00
parent 79c447195f
commit 787ee4730a

View File

@ -38,9 +38,6 @@ if(typeof egw !== "undefined" && typeof egw.image == "function")
* External CSS & widget styles will override this
*/
export default [css`
.tab-group--top .tab-group__tabs {
--track-width: var(--track-width);
}
.form-control--has-label .form-control__label {
display: inline-block;
color: var(--sl-input-label-color);