From 75e8631d0b4e132f56950d4edf25d69113311ca8 Mon Sep 17 00:00:00 2001 From: Henrik Askjer <henrik.askjer@uib.no> Date: Thu, 2 Dec 2021 17:47:14 +0100 Subject: [PATCH] restyle buttons --- src/App.vue | 4 ++++ src/components/DictionaryView.vue | 5 ----- src/components/Header.vue | 3 +-- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/App.vue b/src/App.vue index c40aacfe..12cf9b12 100644 --- a/src/App.vue +++ b/src/App.vue @@ -179,4 +179,8 @@ footer > div.sm > div { height: 60px; } +.v-btn { + font-weight: bold !important; +} + </style> diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue index 5ccafaad..ea3b7d01 100644 --- a/src/components/DictionaryView.vue +++ b/src/components/DictionaryView.vue @@ -535,11 +535,6 @@ li.suggestion { display: table-cell; } -.return_to_results a { - color: var(--v-primary-base) !important; - text-decoration: none; -} - .nav_arrow { vertical-align: top !important; margin-left: 10px; diff --git a/src/components/Header.vue b/src/components/Header.vue index c3cd5a40..2bad74d4 100644 --- a/src/components/Header.vue +++ b/src/components/Header.vue @@ -203,9 +203,8 @@ article h2.secondary_header { } -.show-inflection { +.show-inflection .v-icon { color: var(--v-primary-base) !important; - font-weight: bold !important; } -- GitLab