mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-16 09:53:24 +09:00
chore: fix various problems (#39298)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
+6
-12
@@ -324,6 +324,12 @@ a.silenced:hover {
|
||||
text-decoration-line: none;
|
||||
}
|
||||
|
||||
a.disabled {
|
||||
cursor: default;
|
||||
pointer-events: none;
|
||||
opacity: var(--opacity-disabled);
|
||||
}
|
||||
|
||||
a.label,
|
||||
.ui .menu a,
|
||||
.ui.cards a.card {
|
||||
@@ -657,18 +663,6 @@ overflow-menu .ui.label:empty {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.lines-code pre {
|
||||
background-color: inherit;
|
||||
margin: 0;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.lines-code pre li {
|
||||
display: block;
|
||||
width: calc(100% - 1ch);
|
||||
padding-left: 1ch;
|
||||
}
|
||||
|
||||
.lines-escape {
|
||||
width: 0;
|
||||
white-space: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user