Fix dropdown separator style issue in the calendar app

pull/1/head
yflory 3 years ago
parent eab6e67522
commit a9890f0c7b

@ -159,6 +159,8 @@
margin: 5px 0px; margin: 5px 0px;
height: 1px; height: 1px;
background: @cp_dropdown-bg-active; background: @cp_dropdown-bg-active;
border: 0 !important;
border-top: 1px solid rgba(0,0,0,.1) !important;
& + hr { & + hr {
display: none; display: none;
} }

Loading…
Cancel
Save