replace todo with link to explanation

This commit is contained in:
DispatchCommit 2021-03-04 19:01:16 -08:00 committed by Sean Yesmunt
parent 46f58c63c8
commit 6eebf8ff46

View file

@ -111,7 +111,7 @@
&:focus:not(:focus-visible) {
// Need to repeat these styles because of video.js weirdness
// TODO: verify that this "weirdness" actually exists
// see: https://github.com/lbryio/lbry-desktop/pull/5549#discussion_r580406932
background-repeat: no-repeat;
background-position: center;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 -2 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-monitor'%3E%3Crect x='2' y='3' width='20' height='14' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='8' y1='21' x2='16' y2='21'%3E%3C/line%3E%3Cline x1='12' y1='17' x2='12' y2='21'%3E%3C/line%3E%3C/svg%3E");