1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Make caret-color transparent

In full screen mode during video playback. The caret would blink in the top left corner. The caret is not needed in the drawer.
This commit is contained in:
plafreniere 2023-08-11 05:58:14 -04:00 committed by Bill Thornton
parent 071004af36
commit 09010e4729

View file

@ -116,6 +116,7 @@
z-index: 1;
width: 0.8em;
padding-left: env(safe-area-inset-left);
caret-color: transparent;
}
[dir="ltr"] .mainDrawerHandle {