mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
11 lines
153 B
SCSS
11 lines
153 B
SCSS
.iconPassword {
|
|
all: unset;
|
|
cursor: pointer;
|
|
&:focus {
|
|
outline: none;
|
|
}
|
|
&:focus-visible {
|
|
outline: 2px solid var(--text-active);
|
|
}
|
|
}
|