Skip to content

Commit

Permalink
button consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Nov 21, 2023
1 parent 2ce0c8e commit 7333aa9
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
name = "markup",
value = prc.oContent.isLoaded() ? prc.oContent.getMarkup() : prc.defaultMarkup
)#

<div class="btn-group btn-group-sm">
<a class="btn btn-secondary btn-sm dropdown-toggle" data-toggle="dropdown" href="##">
<i class="fa fa-code"></i>
Expand Down Expand Up @@ -60,6 +59,7 @@
</ul>
</div>

<!--- Focus Mode --->
<button
class="btn btn-secondary btn-sm"
@click="toggleFocusMode()"
Expand All @@ -71,11 +71,15 @@
</button>

<!--- Preview Panel --->
<div class="pull-right">
<button onclick="previewContent()" class="btn btn-link btn-sm" title="Quick Preview (ctrl+p)" data-keybinding="ctrl+p" type="button">
<button
onclick="previewContent()"
class="btn btn-secondary btn-sm"
title="Quick Preview (ctrl+p)"
data-keybinding="ctrl+p"
type="button"
>
#cbAdminComponent( "ui/Icon", { name : "Eye", size : "sm" } )#
Preview
</button>
</div>
</div>
</cfoutput>

0 comments on commit 7333aa9

Please sign in to comment.