mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
kill the remaining parts of the tab rounded corners in the main bundle
This commit is contained in:
@@ -21,29 +21,6 @@
|
||||
-webkit-box-flex: 1;
|
||||
}
|
||||
|
||||
.tab.active:before,
|
||||
.tab.active:after {
|
||||
position: absolute;
|
||||
bottom: -1px;
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
content: " ";
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.tab.active:before {
|
||||
left: -4px;
|
||||
}
|
||||
|
||||
.tab.active:after {
|
||||
right: -4px;
|
||||
border-width: 0 0 1px 1px;
|
||||
}
|
||||
|
||||
.tab.active:first-child:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tab .file-name {
|
||||
font-size: 11px;
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user