mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove duplicate properties
This commit is contained in:
@@ -152,7 +152,6 @@ body {
|
||||
font-size: 12px;
|
||||
padding: 5px;
|
||||
margin: 5px 0 0 0;
|
||||
border: 2px solid #6A4A3C;
|
||||
border-radius: 2px;
|
||||
line-height: 18px;
|
||||
color: #666666;
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
.tabs {
|
||||
background: #161719;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
border-bottom: 4px solid rgba(41, 44, 47, 1);
|
||||
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
@@ -35,4 +34,4 @@
|
||||
|
||||
.tab.active:hover .close-icon {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user