mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-31 22:30:45 +02:00
refactored selectable to use 'selected' instead of 'dropped'; fixed position relative bug
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
.selectable {
|
||||
.user-select(none);
|
||||
|
||||
position: relative;
|
||||
|
||||
.selector {
|
||||
position: absolute;
|
||||
border: 1px solid #89B;
|
||||
@@ -14,7 +15,7 @@
|
||||
border: 1px solid transparent;
|
||||
margin: 2px;
|
||||
|
||||
&.dropped, &.active {
|
||||
&.selected, &.active {
|
||||
background-color: #ECF1DB;
|
||||
border: 1px dashed #9B8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user