chore: cleanup
This commit is contained in:
parent
beb97d21ff
commit
7e016fdda6
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: var(--surface-base);
|
background: var(--surface-base);
|
||||||
border: 1px solid var(--border-base);
|
border: 1px solid var(--border-weak-base);
|
||||||
transition: border-color 0.15s ease;
|
transition: border-color 0.15s ease;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
@ -465,7 +465,7 @@
|
||||||
|
|
||||||
&[data-question="true"] {
|
&[data-question="true"] {
|
||||||
background: var(--background-base);
|
background: var(--background-base);
|
||||||
border: 1px solid var(--border-base);
|
border: 1px solid var(--border-weak-base);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue