Remove font size override on sidebar tags tables
This commit is contained in:
parent
712e67ed4a
commit
1a9595862f
1 changed files with 2 additions and 3 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue