removes border-radius on editable title

This commit is contained in:
Jarrod Flesch
2020-07-28 09:30:54 -04:00
parent 599af3f924
commit d179427d7b

View File

@@ -25,9 +25,7 @@
} }
input { input {
background: transparent;
border: none; border: none;
border-radius: $style-radius-s;
width: 100%; width: 100%;
margin-left: base(.5); margin-left: base(.5);