mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-29 09:34:58 +03:00
Fix selected items in lists
This commit is contained in:
parent
65f597c324
commit
3cb6710eed
@ -22,6 +22,11 @@
|
||||
height: @component-line-height;
|
||||
}
|
||||
|
||||
// Make sure the background highlight is below the content.
|
||||
.selected > * {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.icon:before {
|
||||
margin-right: @component-icon-padding;
|
||||
position: relative;
|
||||
|
Loading…
Reference in New Issue
Block a user