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:
parent
071004af36
commit
09010e4729
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
width: 0.8em;
|
width: 0.8em;
|
||||||
padding-left: env(safe-area-inset-left);
|
padding-left: env(safe-area-inset-left);
|
||||||
|
caret-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
[dir="ltr"] .mainDrawerHandle {
|
[dir="ltr"] .mainDrawerHandle {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue