mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
light tabs have left:-5px;right:-5px;
This commit is contained in:
@@ -68,12 +68,14 @@
|
||||
}
|
||||
|
||||
.tab.active:before {
|
||||
left: -5px;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-width: 0 1px 1px 0;
|
||||
box-shadow: 2px 2px 0 #e5e5e5;
|
||||
}
|
||||
|
||||
.tab.active:after {
|
||||
right: -5px;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-width: 0 0 1px 1px;
|
||||
box-shadow: -2px 2px 0 #e5e5e5;
|
||||
|
||||
Reference in New Issue
Block a user