Latest updates from IceHrmPro
This commit is contained in:
18
web/node_modules/antd/lib/style/mixins/operation-unit.less
generated
vendored
Normal file
18
web/node_modules/antd/lib/style/mixins/operation-unit.less
generated
vendored
Normal file
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user