mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 19:01:42 +00:00
'Display files' in the file tree panel * fixup for sdoc: when hover the other menu options in the first-level menu, hide the sub-menu * for 'Display files': refactored the memu option and removed the bad effect on the other menus & menu options
17 lines
283 B
CSS
17 lines
283 B
CSS
.dropdown-item .dropdown-item-tick {
|
|
width: 1.5rem;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
text-align: center;
|
|
color: #666666;
|
|
}
|
|
|
|
.dropdown-item:hover .dropdown-item-tick {
|
|
color: #fff;
|
|
}
|