mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Move inset-panel out of tool-panel
This commit is contained in:
committed by
Ben Ogle
parent
e3a78bab9c
commit
01bfe77eb7
@@ -21,23 +21,24 @@
|
||||
&.panel-left {
|
||||
border-right: 1px solid @tool-panel-border-color;
|
||||
}
|
||||
}
|
||||
|
||||
.inset-panel {
|
||||
border-radius: @component-border-radius;
|
||||
|
||||
border: 1px solid @tool-panel-border-color;
|
||||
border-bottom-color: @background-color-highlight;
|
||||
border-right-color: @background-color-highlight;
|
||||
|
||||
.panel-heading {
|
||||
margin-right: 1px;
|
||||
}
|
||||
}
|
||||
.panel-heading {
|
||||
.text(normal);
|
||||
}
|
||||
|
||||
.inset-panel {
|
||||
position: relative;
|
||||
background-color: @inset-panel-background-color;
|
||||
|
||||
border-radius: @component-border-radius;
|
||||
border: 1px solid @tool-panel-border-color;
|
||||
border-bottom-color: @background-color-highlight;
|
||||
border-right-color: @background-color-highlight;
|
||||
|
||||
.panel-heading {
|
||||
margin-right: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
.is-blurred {
|
||||
|
||||
Reference in New Issue
Block a user