mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add tiny shadow to cropped tab
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
08477021d1
commit
77d8573833
@ -37,6 +37,20 @@
|
|||||||
.close {
|
.close {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
content: " ";
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
width: 5px;
|
||||||
|
height: 100%;
|
||||||
|
right: 0;
|
||||||
|
background: linear-gradient(90deg, transparent 0%, var(--dockHeadBackground) 25%);
|
||||||
}
|
}
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
@ -51,6 +65,10 @@
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
background: linear-gradient(90deg, transparent 0%, var(--dockTabActiveBackground) 25%);
|
background: linear-gradient(90deg, transparent 0%, var(--dockTabActiveBackground) 25%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user