From 5410d27aaa072c6a0c29901ad6064aa5e9cedafe Mon Sep 17 00:00:00 2001 From: Simone Gaiarin Date: Tue, 14 Apr 2020 19:04:03 +0200 Subject: [PATCH 1/2] Fix editor buttons not highlighted The selector 'button.linkb' takes precedence on '.highlighted' because it is more specific, so that '.highlighted' is never applied. --- qt/ts/scss/editor.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt/ts/scss/editor.scss b/qt/ts/scss/editor.scss index 021efc413..b873c9b72 100644 --- a/qt/ts/scss/editor.scss +++ b/qt/ts/scss/editor.scss @@ -60,12 +60,12 @@ button.linkb { background: transparent; } -.linkb:disabled { +button.linkb:disabled { opacity: 0.3; cursor: not-allowed; } -.highlighted { +button.highlighted { border-bottom: 3px solid #000; } From a998c6139fd8121d05c140c6dcfacda2ab77da9d Mon Sep 17 00:00:00 2001 From: Simone Gaiarin Date: Wed, 15 Apr 2020 07:42:28 +0200 Subject: [PATCH 2/2] Add contributor --- CONTRIBUTORS | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 9ed7429b9..0f7e9f3b5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -30,6 +30,7 @@ Evandro Coan Alan Du Yuchen Lei Henry Tang +Simone Gaiarin ********************