Hide path badge on seletpicker items.

This commit is contained in:
Jan Böhmer 2022-09-21 15:33:07 +02:00
parent 18ab46b730
commit f0956da0ea
2 changed files with 10 additions and 2 deletions

View file

@ -11,4 +11,12 @@
}
.dropdown-item .picker-hs {
display: inherit;
}
}
/** Bootstrap-select Unhide on selected element */
.picker-us {
display: inherit;
}
.dropdown-item .picker-us {
display: none;
}