mirror of
https://github.com/He4eT/tabswitcher.git
synced 2026-05-05 01:17:23 +00:00
styles: input focus state
This commit is contained in:
parent
9c3e5593e6
commit
60dfca5509
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ header > input {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
|
|
||||||
border: 0;
|
border: 0;
|
||||||
border-bottom: 2px solid currentColor;
|
border-bottom: 2px solid var(--color-indicator-inactive);
|
||||||
|
|
||||||
padding: var(--step);
|
padding: var(--step);
|
||||||
|
|
||||||
|
|
@ -25,7 +25,7 @@ header > input {
|
||||||
}
|
}
|
||||||
|
|
||||||
header > input:focus-visible {
|
header > input:focus-visible {
|
||||||
border-bottom: 2px solid var(--color-text);
|
border-bottom: 2px solid currentColor;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue