From 1a9595862feb00fd39473f0eb872264be5a602a4 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 8 Jan 2020 16:01:07 +0100 Subject: [PATCH] Remove font size override on sidebar tags tables --- app/assets/stylesheets/common.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 68fc8702c..3ec988420 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1191,7 +1191,6 @@ tr.turn:hover { background-color: #F6F6F6; border: 1px solid $grey; border-radius: 3px; - font-size: 12px; table-layout: fixed; border-collapse: separate; @@ -1223,8 +1222,8 @@ tr.turn:hover { .colour-preview-box { float: right; - width: 12px; - height: 12px; + width: 14px; + height: 14px; margin: 4px 0px; border: 1px solid rgba(0, 0, 0, .1); // add color via inline css on element: background-color: ; -- 2.45.1