Fix UI regression (#37218)

Fix  #37213

Also fix the misaligned tags, remove unused classes, etc.
This commit is contained in:
wxiaoguang
2026-04-14 23:24:44 +08:00
committed by GitHub
parent b9961e193d
commit 893df6b265
4 changed files with 49 additions and 52 deletions

View File

@@ -84,15 +84,6 @@
border-color: var(--color-warning-border);
}
/* use opaque colors for buttons inside colored messages */
.ui.message .ui.button:hover {
background: var(--color-secondary);
}
.ui.message .ui.button:active {
background: var(--color-secondary-hover);
}
.ui.message > .close.icon {
cursor: pointer;
position: absolute;