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 {
|
||||
position: absolute;
|
||||
bottom: calc(var(--tab-indicator-size) * -2 + 6px);
|
||||
bottom: calc(var(--tab-indicator-size) * -2 + 1px);
|
||||
height: 0;
|
||||
width: 100%;
|
||||
content: '';
|
||||
|
||||
@media (max-width: $breakpoint-small) {
|
||||
bottom: calc(var(--tab-indicator-size) * -2 - 1px);
|
||||
}
|
||||
}
|
||||
|
||||
&:focus {
|
||||
|
|
Loading…
Reference in a new issue