陈帅
6 years ago
6 changed files with 27 additions and 21 deletions
@ -0,0 +1,18 @@ |
|||
@import '../../style/themes/default'; |
|||
|
|||
.operation-unit() { |
|||
color: @link-color; |
|||
text-decoration: none; |
|||
outline: none; |
|||
cursor: pointer; |
|||
transition: color 0.3s; |
|||
|
|||
&:focus, |
|||
&:hover { |
|||
color: @link-hover-color; |
|||
} |
|||
|
|||
&:active { |
|||
color: @link-active-color; |
|||
} |
|||
} |
Loading…
Reference in new issue