16 lines
167 B
SCSS
16 lines
167 B
SCSS
a {
|
|
&:focus {
|
|
outline: none;
|
|
}
|
|
}
|
|
|
|
a:not([href]) {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
}
|