[TagsUI] Prevent highlighting of tagbar input box

pull/2210/head
Vidar Tonaas Fauske 9 years ago
parent 1f11cd1abf
commit 2b4145e506

@ -61,3 +61,9 @@
.cell-tag {
background-color: #fff;
}
.tags-input input[type=text]:focus {
outline: none;
box-shadow: none;
border-color: #ccc;
}

Loading…
Cancel
Save