Skip to content

Commit

Permalink
Tweak link styles in table widget
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiclord committed Apr 16, 2018
1 parent 4695de4 commit 6885cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Charcoal/Admin/Widget/Cms/SectionTableTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ protected function parsePropertyCell(
'data-placement="auto" title="%1$s"></span>';

if ($externalUrl) {
$tagTemplate = '<a class="btn btn-default btn-xs" href="%2$s" target="_blank">'.
$tagTemplate = '<a class="btn btn-secondary btn-sm" href="%2$s" target="_blank">'.
'<span class="fa fa-link" aria-hidden="true"></span> '.
'<span class="sr-only">URL:</span> %3$s'.
'</a>';
Expand Down

0 comments on commit 6885cef

Please sign in to comment.