Override some of the shoelace tab's styling

This commit is contained in:
Hadi Nategh 2022-08-09 15:53:29 +02:00
parent 90cb916d32
commit 1a32718e62
2 changed files with 4 additions and 3 deletions

View File

@ -36,7 +36,5 @@ export const colorsDefStyles = css`
--bg_color_50_gray : #808080;
--row_hover : rgba(153,204,255,.4);
--indicator-color: #696969;
}
`;

View File

@ -33,6 +33,9 @@ export default [sl_css, css`
--sl-input-border-radius-small: 2px;
--sl-input-border-radius-medium: 3px;
--sl-input-border-color-focus: #E6E6E6;
--indicator-color: #696969;
}
.tab-group--top .tab-group__tabs {
--track-width: 3px;
}
`];