From 8265a8653f494202f22fd119f8f0f8fa0918bdfd Mon Sep 17 00:00:00 2001 From: Matt Gajownik Date: Thu, 16 Sep 2021 19:00:45 +1000 Subject: [PATCH] UI: Remove test YouTube QSS from Dark theme --- UI/data/themes/Dark.qss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/UI/data/themes/Dark.qss b/UI/data/themes/Dark.qss index 4f305a7b5..b8420684e 100644 --- a/UI/data/themes/Dark.qss +++ b/UI/data/themes/Dark.qss @@ -904,14 +904,6 @@ OBSYoutubeActions { qproperty-thumbPlaceholder: url(./Dark/sources/image.svg); } -#broadcastButton[broadcastState=ready] { - background: blue; -} - -#broadcastButton[broadcastState=active] { - background: green; -} - #ytEventList QLabel { color: rgb(225,224,225); /* veryLight */ background-color: rgb(76,76,76);