mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Move text declaration into the other heading definition
This commit is contained in:
@@ -34,10 +34,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.panel-heading {
|
||||
.text(normal);
|
||||
}
|
||||
|
||||
.inset-panel {
|
||||
position: relative;
|
||||
background-color: @inset-panel-background-color;
|
||||
@@ -59,6 +55,8 @@
|
||||
}
|
||||
|
||||
.panel-heading {
|
||||
.text(normal);
|
||||
|
||||
margin: 0;
|
||||
border-bottom: 1px solid @panel-heading-border-color;
|
||||
border-top: 1px solid fadein(@background-color-highlight, 10%);
|
||||
|
||||
Reference in New Issue
Block a user