We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5401a2f commit 2f0486eCopy full SHA for 2f0486e
templates/base/modal_actions_confirm.tmpl
@@ -32,7 +32,7 @@ The ".ok.button" and ".cancel.button" selectors are also used by Fomantic Modal
32
{{else if eq .ModalButtonColors "yellow"}}
33
{{$stylePositive = "yellow"}}
34
{{end}}
35
- <button class="ui basic cancel button">{{svg "octicon-x"}} {{$textNegitive}}</button>
+ <button class="ui cancel button">{{svg "octicon-x"}} {{$textNegitive}}</button>
36
<button class="ui {{$stylePositive}} ok button">{{svg "octicon-check"}} {{$textPositive}}</button>
37
38
</div>
0 commit comments