chore: remove unsused styles
This commit is contained in:
parent
6e14f676cf
commit
82c6a12883
@ -152,24 +152,3 @@
|
|||||||
.tab-scroll::-webkit-scrollbar {
|
.tab-scroll::-webkit-scrollbar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fade-r {
|
|
||||||
--mask-gradient: linear-gradient(
|
|
||||||
to right,
|
|
||||||
white 0%,
|
|
||||||
white calc(100% - var(--fade-size)),
|
|
||||||
transparent
|
|
||||||
);
|
|
||||||
-webkit-mask-image: var(--mask-gradient);
|
|
||||||
mask-image: var(--mask-gradient);
|
|
||||||
}
|
|
||||||
.fade-l {
|
|
||||||
--mask-gradient: linear-gradient(
|
|
||||||
to left,
|
|
||||||
white var(--fade-size),
|
|
||||||
white 100%,
|
|
||||||
transparent
|
|
||||||
);
|
|
||||||
-webkit-mask-image: var(--mask-gradient);
|
|
||||||
mask-image: var(--mask-gradient);
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user