mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
remove fa-plus from upload dialog button
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
<div class="modal-footer">
|
||||
<button class="btn btn-primary" {{action "upload" target="view"}}>
|
||||
<span class='add-upload'><i {{bind-attr class=":fa view.uploadIcon"}}></i><i class='fa fa-plus'></i></span>
|
||||
<span class='add-upload'><i {{bind-attr class=":fa view.uploadIcon"}}></i></span>
|
||||
{{i18n 'upload'}}
|
||||
</button>
|
||||
<a {{action "closeModal"}}>{{i18n 'cancel'}}</a>
|
||||
|
||||
@@ -1,15 +1,3 @@
|
||||
.add-upload .fa-plus {
|
||||
font-size: 0.714em;
|
||||
position: relative;
|
||||
left: -5px;
|
||||
bottom: -5px;
|
||||
text-shadow:
|
||||
-1px -1px 0 scale-color($tertiary, $lightness: -10%),
|
||||
1px 1px 0 scale-color($tertiary, $lightness: -10%),
|
||||
1px -1px 0 scale-color($tertiary, $lightness: -10%),
|
||||
-1px 1px 0 scale-color($tertiary, $lightness: -10%);
|
||||
}
|
||||
|
||||
.uploaded-image-preview {
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
|
||||
Reference in New Issue
Block a user