fix(poc4): force light interactive controls

This commit is contained in:
devmrko
2026-07-22 11:22:21 +09:00
parent aa99a7d672
commit 6bc39c68b8

View File

@@ -29,8 +29,21 @@ section[data-testid="stSidebar"], section[data-testid="stSidebar"] > div {
}
section[data-testid="stSidebar"] { border-right:1px solid var(--hmm-line); }
input, textarea, [data-baseweb="select"] > div {
background:#ffffff !important; color:var(--hmm-ink) !important;
-webkit-text-fill-color:var(--hmm-ink) !important;
border-radius:4px !important; border-color:#cfdbe4 !important; box-shadow:none !important;
}
[data-baseweb="select"] > div *,
[data-testid="stSidebar"] button,
[data-testid="stSidebar"] button * {
color:var(--hmm-ink) !important;
-webkit-text-fill-color:var(--hmm-ink) !important;
}
[data-baseweb="select"] > div,
[data-testid="stSidebar"] button {
background:#ffffff !important;
border-color:#cfdbe4 !important;
}
div[data-testid="stButton"] > button, div[data-testid="stFormSubmitButton"] > button {
border-radius:4px !important; box-shadow:none !important;
}