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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user