mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 19:29:56 +00:00
26 lines
444 B
CSS
26 lines
444 B
CSS
![]() |
.dropdown-item-wrapper {
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
position: relative;
|
||
|
padding-left: 1.5rem;
|
||
|
padding-right: 1rem;
|
||
|
}
|
||
|
|
||
|
.dropdown-item-wrapper .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;
|
||
|
}
|