mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
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:
parent
79c447195f
commit
787ee4730a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user