From bb0cb0a8664efff534ac4c79d446fdf2cfb2a980 Mon Sep 17 00:00:00 2001 From: Ivan Date: Wed, 28 Nov 2018 23:02:35 +0300 Subject: Fix bad style in deck column options and other things (#3412) * Fix wrong text color in empty timeline (#3268) * Whoops * Fix wrong text color in deck options (#3268) * Some padding to make it look less ugly * Fix wrong text color in user lists menu (#3268) * Fix wrong text color of footer on welcome screen (mobile) (#3268) * Fix misalignment of icons and text in menu (mobile) (#3289) * Fix wrong text color in empty timeline (mobile) (#3268) --- src/client/app/common/views/components/menu.vue | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/app/common/views/components/menu.vue') diff --git a/src/client/app/common/views/components/menu.vue b/src/client/app/common/views/components/menu.vue index e085bf4bb9..56d9480e17 100644 --- a/src/client/app/common/views/components/menu.vue +++ b/src/client/app/common/views/components/menu.vue @@ -180,6 +180,7 @@ export default Vue.extend({ padding 8px 16px width 100% color var(--popupFg) + white-space nowrap &:hover color var(--primaryForeground) -- cgit v1.2.3-freya