From 6eebf8ff461d3f62cd62ea2c78930c94e4689968 Mon Sep 17 00:00:00 2001 From: DispatchCommit Date: Thu, 4 Mar 2021 19:01:16 -0800 Subject: [PATCH] replace todo with link to explanation --- ui/scss/component/_button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");