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
+1
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 {