fix: remove unused code
This commit is contained in:
parent
661b287886
commit
241e30ae36
1 changed files with 0 additions and 37 deletions
|
|
@ -56,43 +56,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.multiselect-list {
|
||||
.dropdown-menu {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
li {
|
||||
padding: 9px 11.8px;
|
||||
}
|
||||
|
||||
.selectable-item {
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
.octicon-check {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.selectable-item.selected {
|
||||
background-color: @light-yellow;
|
||||
|
||||
.octicon-check {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.selectable-item:hover, .selectable-item.highlighted {
|
||||
background-color: @btn-bg;
|
||||
}
|
||||
|
||||
.selectable-items {
|
||||
max-height: 200px;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.barcode-scanner {
|
||||
position: relative;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue