Skip to content
Snippets Groups Projects
Commit 3d1a5512 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

test

parent 216f1ebc
No related merge requests found
......@@ -51,24 +51,3 @@ mat-hint {
color: var(--on-surface) !important;
margin-right: 1%;
}
/* label style */
.mat-tab-label {
background: var(--surface) !important;
color: var(--on-surface) !important;
}
/* focus style */
.mat-tab-group.mat-primary .mat-tab-label:not(.mat-tab-disabled):focus,
.mat-tab-group.mat-primary .mat-tab-link:not(.mat-tab-disabled):focus,
.mat-tab-nav-bar.mat-primary .mat-tab-label:not(.mat-tab-disabled):focus,
.mat-tab-nav-bar.mat-primary .mat-tab-link:not(.mat-tab-disabled):focus {
background: var(--seconday) !important;
color: var(--on-secondary) !important;
}
/* ink bar style */
.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
background: var(--secondary);
}
......@@ -36,25 +36,4 @@ mat-icon {
height: 18px;
width: 18px;
margin-right: 5px;
}
/* label style */
.mat-tab-label {
background: var(--surface) !important;
color: var(--on-surface) !important;
}
/* focus style */
.mat-tab-group.mat-primary .mat-tab-label:not(.mat-tab-disabled):focus,
.mat-tab-group.mat-primary .mat-tab-link:not(.mat-tab-disabled):focus,
.mat-tab-nav-bar.mat-primary .mat-tab-label:not(.mat-tab-disabled):focus,
.mat-tab-nav-bar.mat-primary .mat-tab-link:not(.mat-tab-disabled):focus {
background: var(--seconday) !important;
color: var(--on-secondary) !important;
}
/* ink bar style */
.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
background: var(--secondary);
}
} }
......@@ -174,8 +174,8 @@ a {
/* label style */
.mat-tab-label {
background: green;
color: white;
background: var(--surface);
color: var(--on-surface);
}
/* focus style */
......@@ -183,12 +183,12 @@ a {
.mat-tab-group.mat-primary .mat-tab-link:not(.mat-tab-disabled):focus,
.mat-tab-nav-bar.mat-primary .mat-tab-label:not(.mat-tab-disabled):focus,
.mat-tab-nav-bar.mat-primary .mat-tab-link:not(.mat-tab-disabled):focus {
background: red;
background: var(--secondary);
}
/* ink bar style */
.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
background: yellow;
height: 3px;
background: var(--secondary);
height: 5px;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment