File tree 3 files changed +2
-2
lines changed
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
<form class="ui form ignore-dirty" action="{{.FormActionPath}}/regenerate_secret" method="post">
29
29
{{.CsrfTokenHtml}}
30
30
{{.locale.Tr "settings.oauth2_regenerate_secret_hint"}}
31
- <button class="ui tertiary button" type="submit">{{.locale.Tr "settings.oauth2_regenerate_secret"}}</button>
31
+ <button class="ui tertiary button border-none " type="submit">{{.locale.Tr "settings.oauth2_regenerate_secret"}}</button>
32
32
</form>
33
33
</div>
34
34
</div>
Original file line number Diff line number Diff line change @@ -2319,7 +2319,6 @@ a.ui.label:hover {
2319
2319
2320
2320
.ui.tertiary.button {
2321
2321
color : var (--color-text-light );
2322
- border : none ;
2323
2322
}
2324
2323
2325
2324
.ui.tertiary.button :hover {
Original file line number Diff line number Diff line change 21
21
22
22
/* below class names match Tailwind CSS */
23
23
.pointer-events-none { pointer-events : none !important ; }
24
+ .border-none { border-style : none !important ; }
24
25
25
26
.mono {
26
27
font-family : var (--fonts-monospace ) !important ;
You can’t perform that action at this time.
0 commit comments