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 {
|
&:before {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -1px;
|
top: 0px;
|
||||||
left: -18px;
|
left: -18px;
|
||||||
height: @tab-height;
|
height: @tab-height;
|
||||||
width: 34px;
|
width: 34px;
|
||||||
@ -54,6 +54,7 @@
|
|||||||
border-left: @tab-border;
|
border-left: @tab-border;
|
||||||
box-shadow: inset 1px -1px 1px rgba(0,0,0, .05);
|
box-shadow: inset 1px -1px 1px rgba(0,0,0, .05);
|
||||||
-webkit-transform: skewX(133deg);
|
-webkit-transform: skewX(133deg);
|
||||||
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.close-icon {
|
.close-icon {
|
||||||
|
Loading…
Reference in New Issue
Block a user