1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00

[activities] improvement (#5749)

This commit is contained in:
llj
2023-11-09 18:51:38 +08:00
committed by GitHub
parent 620ab4d329
commit 43505270eb
3 changed files with 40 additions and 13 deletions

View File

@@ -10,12 +10,16 @@
margin-bottom: .2em;
}
.activity-modifier:hover {
.cur-activity-modifiers {
margin-left: -0.5rem;
}
.cur-activity-modifiers:hover {
background: #f5f5f5;
cursor: pointer;
}
.activity-modifier .toggle-icon {
.cur-activity-modifiers .toggle-icon {
color: #999;
}
@@ -31,6 +35,7 @@
min-height: 2rem;
background: #f6f6f6;
border-bottom: 1px solid #dde2ea;
line-height: 1;
}
.activity-selected-modifier {