mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
fixing some tab weirdness in the themes
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
background: #333333;
|
||||
border-bottom: 4px solid #424242;
|
||||
font: caption;
|
||||
box-shadow: inset 0 -1px 0 #2e2e2e;
|
||||
}
|
||||
|
||||
.tab {
|
||||
@@ -90,10 +91,6 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tab.active:last-child:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tab:hover {
|
||||
color: #c8c8c8;
|
||||
background-image: -webkit-linear-gradient(#474747, #444444);
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
background: #e3e3e3;
|
||||
border-bottom: 4px solid #e5e5e5;
|
||||
font: caption;
|
||||
box-shadow: inset 0 -1px 0 #959595;
|
||||
}
|
||||
|
||||
.tab {
|
||||
@@ -88,10 +89,6 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tab.active:last-child:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tab:hover {
|
||||
background-image: -webkit-linear-gradient(#e2e2e2, #e0e0e0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user