Closes #30 dicussion as modal sizes have now been added with this commit.

Cleaned up the submenu within the dropdown some more.
This commit is contained in:
Yohn 2025-01-11 03:56:21 -05:00
parent db7b0b2384
commit d20ea655bf
6 changed files with 212 additions and 4 deletions

View file

@ -69,6 +69,7 @@
background-color: var(#{$css-var-prefix}form-element-background-color);
color: var(#{$css-var-prefix}form-element-placeholder-color);
line-height: inherit;
text-align: inherit;
cursor: pointer;
user-select: none;
@ -134,6 +135,7 @@
left: 0;
flex-direction: column;
width: 100%;
min-width: 200px;
min-width: fit-content;
margin: 0;
margin-top: var(#{$css-var-prefix}outline-width);
@ -175,8 +177,8 @@
}
details {
width: 100%;
margin-bottom: 0;
> summary {
line-height: var(#{$css-var-prefix}line-height);
}