mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
:after is better
This commit is contained in:
@@ -83,10 +83,10 @@
|
||||
|
||||
}
|
||||
|
||||
.tab.is-drop-target:before {
|
||||
.tab.is-drop-target:after {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: -2px;
|
||||
right: -2px;
|
||||
content: "";
|
||||
z-index: 999;
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user