mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-15 16:39:40 +08:00
优化 任务样式
This commit is contained in:
parent
130886345c
commit
3f035bef6f
@ -292,11 +292,6 @@ ul[data-type=taskList] {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
& + span:hover::before {
|
||||
transform: rotate(360deg);
|
||||
background: #e67700;
|
||||
}
|
||||
|
||||
& + span::before {
|
||||
content: '✖';
|
||||
width: 0.8rem;
|
||||
@ -333,9 +328,13 @@ ul[data-type=taskList] {
|
||||
}
|
||||
}
|
||||
|
||||
&:hover > label > span::before {
|
||||
transform: rotate(360deg);
|
||||
background: #e67700;
|
||||
&:last-child p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
&:hover label span::before {
|
||||
transform: rotate(360deg) !important;
|
||||
background: #e67700 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
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