mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-22 23:54:42 +02:00
fix: reset button default styles for btn-octicon
This commit is contained in:
parent
dcbad5b917
commit
e45bc328cc
@ -36,7 +36,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="file-header-right file-actions flex-text-block tw-flex-wrap">
|
<div class="file-header-right file-actions flex-text-block tw-flex-wrap">
|
||||||
{{if .FileSidebarHTML}}
|
{{if .FileSidebarHTML}}
|
||||||
<button class="btn-octicon" id="toggle-sidebar-btn" data-tooltip-content="{{ctx.Locale.Tr "toc"}}">{{svg "octicon-list-unordered"}}</button>
|
<button class="btn-octicon" id="toggle-sidebar-btn" data-tooltip-content="{{ctx.Locale.Tr "toc"}}">{{svg "octicon-list-unordered" 15}}</button>
|
||||||
{{end}}
|
{{end}}
|
||||||
{{/* this componment is also controlled by frontend plugin renders */}}
|
{{/* this componment is also controlled by frontend plugin renders */}}
|
||||||
<div class="ui compact icon buttons file-view-toggle-buttons {{Iif .HasSourceRenderedToggle "" "tw-hidden"}}">
|
<div class="ui compact icon buttons file-view-toggle-buttons {{Iif .HasSourceRenderedToggle "" "tw-hidden"}}">
|
||||||
|
|||||||
@ -169,6 +169,9 @@ td .commit-summary {
|
|||||||
padding: 8px;
|
padding: 8px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.non-diff-file-content .header .file-actions .btn-octicon:hover {
|
.non-diff-file-content .header .file-actions .btn-octicon:hover {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user