Updated pointer button styles so icon not hidden

Related to #1616
This commit is contained in:
Dan Brown 2019-09-01 11:06:19 +01:00
parent 79f1e87cd0
commit f421a2e1d6
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
2 changed files with 1 additions and 2 deletions

View File

@ -207,7 +207,6 @@ body.mce-fullscreen .page-editor .edit-area {
}
a.button {
margin: 0;
color: #FFF;
}
.svg-icon {
width: 1.2em;

View File

@ -7,7 +7,7 @@
</div>
@if(userCan('page-update', $page))
<a href="{{ $page->getUrl('/edit') }}" id="pointer-edit" data-edit-href="{{ $page->getUrl('/edit') }}"
class="button outline icon heading-edit-icon ml-s px-s" title="{{ trans('entities.pages_edit_content_link')}}">@icon('edit')</a>
class="button primary outline icon heading-edit-icon ml-s px-s" title="{{ trans('entities.pages_edit_content_link')}}">@icon('edit')</a>
@endif
</div>
</div>