Merge pull request #2324 from Carreau/tagui

Remove drop shadow from Tag UI for consistency.
Thomas Kluyver 9 years ago committed by GitHub
commit ae2316a626

@ -45,6 +45,7 @@
.form-control();
.input-sm();
// undo some of the sizing caused by the above mixins
box-shadow: none;
width: inherit;
font-size: inherit;
height: 22px;

Loading…
Cancel
Save