Remove code conflicting with field module

This commit is contained in:
Casper Talvio
2021-12-17 22:09:27 +02:00
committed by GitHub
parent 67bf91e10c
commit b8994a2b1c

View File

@@ -381,14 +381,6 @@ progress::-webkit-progress-value {
background-color: rgba(var(--accent),0.5) !important;
}
.emby-checkbox:checked + span + .checkboxOutline,
.emby-textarea:focus,
.emby-select-withcolor:focus,
.emby-input:focus,
.itemSelectionPanel {
border: 0.01em solid rgba(var(--accent),0.5) !important;
}
.upNextDialog-countdownText {
color: rgba(var(--accent));
}