Skip to content

Commit fc0354e

Browse files
committed
Remove drop shadow from Tag UI for consistency.
Likely a side-effect of using `.form-control()`
1 parent 200a58c commit fc0354e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notebook/static/notebook/less/tagbar.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
.form-control();
4646
.input-sm();
4747
// undo some of the sizing caused by the above mixins
48+
box-shadow: none;
4849
width: inherit;
4950
font-size: inherit;
5051
height: 22px;

0 commit comments

Comments
 (0)