fix: add !important to button reset for Obsidian theme override

This commit is contained in:
RAIT-09 2026-05-15 00:43:28 +09:00
parent 6b1232fa64
commit 579ceddde5

View file

@ -693,18 +693,20 @@ If your plugin does not need CSS, delete this file.
align-items: center;
justify-content: space-between;
gap: 4px;
padding: 6px 12px;
padding: 6px 12px !important;
width: 100%;
cursor: pointer;
background: none;
background-color: transparent;
border: none;
outline: none;
background: none !important;
background-color: transparent !important;
border: none !important;
outline: none !important;
appearance: none;
box-shadow: none;
box-shadow: none !important;
text-align: left;
font: inherit;
color: inherit;
min-width: unset !important;
min-height: unset !important;
}
.agent-client-mention-badge {