mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Remove highlight-selected classes
This commit is contained in:
@@ -44,11 +44,6 @@
|
||||
height: @component-line-height;
|
||||
}
|
||||
|
||||
&.highlight-selected .selected{
|
||||
background-color: @tool-panel-background-highlight-color;
|
||||
&:before{ display: none; }
|
||||
}
|
||||
|
||||
.icon:before {
|
||||
margin-right: @component-icon-padding;
|
||||
position: relative;
|
||||
|
||||
@@ -12,25 +12,31 @@
|
||||
margin-bottom: @component-padding;
|
||||
}
|
||||
|
||||
&.select-list, .select-list {
|
||||
&.select-list ol.list-group, .select-list ol.list-group {
|
||||
|
||||
ol.list-group {
|
||||
background-color: @overlay-inner-background-color;
|
||||
background-color: @overlay-inner-background-color;
|
||||
|
||||
li {
|
||||
padding: @component-padding;
|
||||
border-bottom: 1px solid @overlay-background-color;
|
||||
li {
|
||||
padding: @component-padding;
|
||||
border-bottom: 1px solid @overlay-background-color;
|
||||
|
||||
&.two-lines { padding: @component-padding/2 @component-padding; }
|
||||
&.two-lines { padding: @component-padding/2 @component-padding; }
|
||||
|
||||
.status.icon {
|
||||
float: right;
|
||||
margin-left: @component-icon-padding;
|
||||
&:before {
|
||||
margin-right: 0;
|
||||
}
|
||||
// We want to highlight the background of the list items because we dont
|
||||
// know their size.
|
||||
&.selected{
|
||||
background-color: @tool-panel-background-highlight-color;
|
||||
&:before{ display: none; }
|
||||
}
|
||||
|
||||
.status.icon {
|
||||
float: right;
|
||||
margin-left: @component-icon-padding;
|
||||
&:before {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user