From 82aacf1c48296fb914859000ea683517290c59f3 Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Thu, 30 May 2019 03:43:38 +0300 Subject: [PATCH] Remove .emby-checkbox:focus+span+.checkboxOutline border --- src/components/themes/purple-haze/theme.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/themes/purple-haze/theme.css b/src/components/themes/purple-haze/theme.css index 29bc0dc75..70615cf0c 100644 --- a/src/components/themes/purple-haze/theme.css +++ b/src/components/themes/purple-haze/theme.css @@ -370,10 +370,6 @@ h3 { background-color: #8ae9c1 } -.emby-checkbox:focus+span+.checkboxOutline { - border-color: #8ae9c1; -} - .itemProgressBarForeground { background-color: #48C3C8 }