mirror of
https://github.com/appwrite/console.git
synced 2026-04-07 19:17:46 +00:00
update: correct color for other selectors too.
This commit is contained in:
@@ -65,11 +65,3 @@
|
||||
<Helper type="warning">{error}</Helper>
|
||||
{/if}
|
||||
</FormItem>
|
||||
|
||||
<style>
|
||||
/* TODO: remove this block once Pink V2 is incorporated */
|
||||
:global(.theme-dark) input[type='checkbox']:not(:checked) {
|
||||
background-color: transparent; /* take whatever color is behind*/
|
||||
border: 1px solid var(--color-mid-neutral-70, #56565c);
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -194,4 +194,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* TODO: remove this block once Pink V2 is incorporated */
|
||||
:global(.theme-dark) input[type='checkbox']:not(:checked),
|
||||
:global(.theme-dark) input[type='radio']:not(:checked),
|
||||
:global(.theme-dark) input[type='switchbox']:not(:checked) {
|
||||
background-color: transparent; /* take whatever color is behind */
|
||||
border: 1px solid var(--color-mid-neutral-70, #56565c);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user