mirror of
https://gitee.com/Donal/ofd.js.git
synced 2024-12-02 03:48:44 +08:00
hover
This commit is contained in:
parent
e3c2aed6f8
commit
1ef95844fe
@ -343,15 +343,22 @@ export default {
|
||||
cursor: pointer;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 30px;
|
||||
width: 33px;
|
||||
height: 28px;
|
||||
background-color: white;
|
||||
border-radius: 1px;
|
||||
font-weight: 500;
|
||||
font-size: 12px;
|
||||
color: #333333;
|
||||
margin: 1px;
|
||||
text-align: center;
|
||||
padding: 2px;
|
||||
|
||||
}
|
||||
.scale-icon :active {
|
||||
color: rgb(59, 95, 232);
|
||||
}
|
||||
.scale-icon :hover {
|
||||
color: rgb(59, 95, 232);
|
||||
}
|
||||
|
||||
.text-icon {
|
||||
|
Loading…
Reference in New Issue
Block a user