mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Fix selected items in lists
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user