mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 00:49:40 +08:00
优化任务样式
This commit is contained in:
parent
7685a25ee1
commit
130886345c
@ -292,6 +292,11 @@ ul[data-type=taskList] {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
& + span:hover::before {
|
||||
transform: rotate(360deg);
|
||||
background: #e67700;
|
||||
}
|
||||
|
||||
& + span::before {
|
||||
content: '✖';
|
||||
width: 0.8rem;
|
||||
@ -304,6 +309,8 @@ ul[data-type=taskList] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
transition: all .5s;
|
||||
transform: rotateZ(0deg);
|
||||
}
|
||||
|
||||
&:checked + span::before {
|
||||
@ -325,6 +332,11 @@ ul[data-type=taskList] {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:hover > label > span::before {
|
||||
transform: rotate(360deg);
|
||||
background: #e67700;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
2
templates/assets/css/style.min.css
vendored
2
templates/assets/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user