diff --git a/ui/scss/component/_button.scss b/ui/scss/component/_button.scss index 222a0d2a5..c50a711d3 100644 --- a/ui/scss/component/_button.scss +++ b/ui/scss/component/_button.scss @@ -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");