Remove bad outline style from remove-tag-button (#3602)

This commit is contained in:
BurningTreeC 2018-12-01 14:59:39 +01:00 committed by Jeremy Ruston
parent 8c367cdb21
commit 7502ef875e
1 changed files with 4 additions and 0 deletions

View File

@ -651,6 +651,10 @@ button.tc-untagged-label {
width: 100%;
}
button.tc-btn-invisible.tc-remove-tag-button {
outline: none;
}
/*
** Page layout
*/