summaryrefslogtreecommitdiff
path: root/src/client/app/desktop/views/pages/deck/deck.widgets-column.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/app/desktop/views/pages/deck/deck.widgets-column.vue')
-rw-r--r--src/client/app/desktop/views/pages/deck/deck.widgets-column.vue13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/client/app/desktop/views/pages/deck/deck.widgets-column.vue b/src/client/app/desktop/views/pages/deck/deck.widgets-column.vue
index 15397232e0..e1fecc98bc 100644
--- a/src/client/app/desktop/views/pages/deck/deck.widgets-column.vue
+++ b/src/client/app/desktop/views/pages/deck/deck.widgets-column.vue
@@ -135,9 +135,7 @@ export default Vue.extend({
</script>
<style lang="stylus" scoped>
-@import '~const.styl'
-
-root(isDark)
+.wtdtxvecapixsepjtcupubtsmometobz
.gqpwvtwtprsbmnssnbicggtwqhmylhnq
> header
padding 16px
@@ -169,14 +167,5 @@ root(isDark)
background rgba(#000, 0.7)
border-radius 4px
- > header
- color isDark ? #fff : #000
-
-.wtdtxvecapixsepjtcupubtsmometobz[data-darkmode]
- root(true)
-
-.wtdtxvecapixsepjtcupubtsmometobz:not([data-darkmode])
- root(false)
-
</style>