Skip to content

Commit

Permalink
added an underline to the choose one link in wiki page image upload f…
Browse files Browse the repository at this point in the history
…orm publiclab#8175 (publiclab#8293)

Co-authored-by: carthi <carthi@carthis-iMac.local>
  • Loading branch information
2 people authored and lagunasmel committed Mar 2, 2021
1 parent c2be71c commit 418b6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/editor/_editor.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- http://stackoverflow.com/questions/11235206/twitter-bootstrap-form-file-element-upload-button -->
<label class="" for="fileinput">
<input id="fileinput" type="file" name="image[photo]" style="display:none;" />
<a class="d-none d-md-inline">choose one</a>
<a class="d-none d-md-inline text-underline">choose one</a>
<span class="d-md-none">
<i class="fa fa-upload"></i>
<a>Upload image</a>
Expand Down

0 comments on commit 418b6ac

Please sign in to comment.