1
0
Fork 0
mirror of synced 2024-08-18 11:31:28 +12:00

Remove global style rules that set top left border radius to 0 for all pickers

This commit is contained in:
Andrew Kingston 2022-07-29 14:07:42 +01:00
parent 70f672ce0c
commit 96a446ab38
3 changed files with 0 additions and 14 deletions

View file

@ -78,9 +78,3 @@
/> />
{/if} {/if}
</ModalContent> </ModalContent>
<style>
:global(.spectrum-Picker) {
border-top-left-radius: 0px;
}
</style>

View file

@ -108,10 +108,6 @@
</ModalContent> </ModalContent>
<style> <style>
:global(.spectrum-Picker) {
border-top-left-radius: 0px;
}
.dropzone { .dropzone {
text-align: center; text-align: center;
display: flex; display: flex;

View file

@ -79,10 +79,6 @@
display: flex; display: flex;
} }
:global(.spectrum-Picker) {
border-top-left-radius: 0px;
}
.container { .container {
width: 100%; width: 100%;
height: var(--spectrum-alias-item-height-l); height: var(--spectrum-alias-item-height-l);