]> git.openstreetmap.org Git - rails.git/commitdiff
Remove font size override on sidebar tags tables
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 8 Jan 2020 15:01:07 +0000 (16:01 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 8 Jan 2020 15:01:07 +0000 (16:01 +0100)
app/assets/stylesheets/common.scss

index 68fc8702cafe2177c82fef216bc76c399d4d931b..3ec988420196a2953fbfcb0bda1f2d5c580fc454 100644 (file)
@@ -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: <tag value>;