11 lines
148 B
SCSS
11 lines
148 B
SCSS
|
%anchor:hover,
|
||
|
%anchor:focus {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
%anchor,
|
||
|
%anchor:hover,
|
||
|
%anchor:focus,
|
||
|
%anchor:active {
|
||
|
color: $ui-color-action;
|
||
|
}
|