mirror of
https://github.com/go-gitea/gitea
synced 2024-12-22 22:57:51 +01:00
Backport #23560 by @wxiaoguang 1. The "close" inside "modal" are likely broken for long time * There is no var called `--body-color` * There is no `fullscreen modal` * The `.ui.modal > .close.inside` doesn't seem to match most icons. It only matches a few like "fork-repo-modal" or "adopt repo". Other places are just buggy code copied again and again. 2. Convert the legacy `&:hover` LESS syntax to CSS syntax Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: delvh <leon@kske.dev>
This commit is contained in:
parent
f5a98b0f5b
commit
3f253b3f5a
@ -1173,10 +1173,8 @@ a.ui.card:hover,
|
|||||||
border-color: var(--color-secondary);
|
border-color: var(--color-secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.modal > .close.inside,
|
.ui.modal > .close.inside {
|
||||||
.ui.fullscreen.modal > .close {
|
color: var(--color-text);
|
||||||
top: 11px; /* align modal close icon, for example admin notices */
|
|
||||||
color: var(--body-color);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.basic.table > tbody > tr {
|
.ui.basic.table > tbody > tr {
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
transform: translateX(-70%);
|
transform: translateX(-70%);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
}
|
||||||
&:hover {
|
|
||||||
color: var(--color-primary);
|
.code-line-button:hover {
|
||||||
}
|
color: var(--color-primary);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user