UI: Remove test YouTube QSS from Dark theme

This commit is contained in:
Matt Gajownik 2021-09-16 19:00:45 +10:00
parent a9958b96d2
commit 8265a8653f

View File

@ -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);