fix(poc4): force light interactive controls
This commit is contained in:
@@ -29,8 +29,21 @@ section[data-testid="stSidebar"], section[data-testid="stSidebar"] > div {
|
|||||||
}
|
}
|
||||||
section[data-testid="stSidebar"] { border-right:1px solid var(--hmm-line); }
|
section[data-testid="stSidebar"] { border-right:1px solid var(--hmm-line); }
|
||||||
input, textarea, [data-baseweb="select"] > div {
|
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;
|
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 {
|
div[data-testid="stButton"] > button, div[data-testid="stFormSubmitButton"] > button {
|
||||||
border-radius:4px !important; box-shadow:none !important;
|
border-radius:4px !important; box-shadow:none !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user