mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-01-10 09:24:21 +01:00
fixing top: -1
This commit is contained in:
parent
b1869d2df0
commit
ed069869ac
@ -46,7 +46,7 @@
|
||||
&:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -1px;
|
||||
top: 0px;
|
||||
left: -18px;
|
||||
height: @tab-height;
|
||||
width: 34px;
|
||||
@ -54,6 +54,7 @@
|
||||
border-left: @tab-border;
|
||||
box-shadow: inset 1px -1px 1px rgba(0,0,0, .05);
|
||||
-webkit-transform: skewX(133deg);
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.close-icon {
|
||||
|
Loading…
Reference in New Issue
Block a user