Adjust active tab indicator
This commit is contained in:
parent
64ffc5a0e1
commit
895be3fff3
1 changed files with 5 additions and 1 deletions
|
@ -114,10 +114,14 @@
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: calc(var(--tab-indicator-size) * -2 + 6px);
|
bottom: calc(var(--tab-indicator-size) * -2 + 1px);
|
||||||
height: 0;
|
height: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
content: '';
|
content: '';
|
||||||
|
|
||||||
|
@media (max-width: $breakpoint-small) {
|
||||||
|
bottom: calc(var(--tab-indicator-size) * -2 - 1px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
|
Loading…
Reference in a new issue