1
0
Fork 0
mirror of synced 2024-07-15 11:15:59 +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}
</ModalContent>
<style>
:global(.spectrum-Picker) {
border-top-left-radius: 0px;
}
</style>

View file

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

View file

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