mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-23 03:23:42 +03:00
8 lines
87 B
SCSS
8 lines
87 B
SCSS
a {
|
|
&.button:hover,
|
|
&.button:focus,
|
|
&.button:active {
|
|
text-decoration: none;
|
|
}
|
|
}
|