@policystudio/policy-studio-ui-vue 1.1.90-beta.81 → 1.1.90-beta.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4021,6 +4021,15 @@ video {
|
|
|
4021
4021
|
display: flex;
|
|
4022
4022
|
width: 100%;
|
|
4023
4023
|
flex-direction: column;
|
|
4024
|
+
}
|
|
4025
|
+
|
|
4026
|
+
.psui-el-dropdown-menu-list > :not([hidden]) ~ :not([hidden]) {
|
|
4027
|
+
--tw-space-y-reverse: 0;
|
|
4028
|
+
margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
|
|
4029
|
+
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
|
|
4030
|
+
}
|
|
4031
|
+
|
|
4032
|
+
.psui-el-dropdown-menu-list {
|
|
4024
4033
|
font-weight: 500;
|
|
4025
4034
|
}
|
|
4026
4035
|
.psui-el-dropdown-menu-list .psui-el-dropdown-menu-list-item {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@layer components {
|
|
2
2
|
.psui-el-dropdown-menu-list {
|
|
3
|
-
@apply psui-w-full psui-flex psui-flex-col psui-font-medium psui-my-4;
|
|
3
|
+
@apply psui-w-full psui-flex psui-flex-col psui-font-medium psui-my-4 psui-space-y-1;
|
|
4
4
|
|
|
5
5
|
.psui-el-dropdown-menu-list-item {
|
|
6
6
|
@apply psui-flex psui-items-end psui-justify-between psui-mx-0 psui-text-small psui-text-gray-60 psui-cursor-pointer psui-transition-all;
|