Skip to content

Commit 2f0486e

Browse files
committed
remove unnecessary basic class
1 parent 5401a2f commit 2f0486e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base/modal_actions_confirm.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The ".ok.button" and ".cancel.button" selectors are also used by Fomantic Modal
3232
{{else if eq .ModalButtonColors "yellow"}}
3333
{{$stylePositive = "yellow"}}
3434
{{end}}
35-
<button class="ui basic cancel button">{{svg "octicon-x"}} {{$textNegitive}}</button>
35+
<button class="ui cancel button">{{svg "octicon-x"}} {{$textNegitive}}</button>
3636
<button class="ui {{$stylePositive}} ok button">{{svg "octicon-check"}} {{$textPositive}}</button>
3737
{{end}}
3838
</div>

0 commit comments

Comments
 (0)