@redseed/redseed-ui-vue3 2.23.2 → 2.23.4
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.
package/package.json
CHANGED
|
@@ -116,18 +116,19 @@ function handleClick(event) {
|
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
&--selected {
|
|
119
|
-
@apply
|
|
120
|
-
@apply
|
|
119
|
+
@apply focus-visible:ring-0 border-primary;
|
|
120
|
+
@apply after:absolute after:content-[''] after:inset-0 after:bg-primary;
|
|
121
|
+
@apply after:rounded-md after:opacity-10;
|
|
121
122
|
}
|
|
122
123
|
|
|
123
124
|
&--disabled {
|
|
124
|
-
@apply
|
|
125
|
-
@apply after:absolute after:content-[''] after:inset-0 after:bg-rsui-grey-200
|
|
126
|
-
@apply after:rounded-md;
|
|
125
|
+
@apply focus-visible:ring-0 border-rsui-grey-200 cursor-default;
|
|
126
|
+
@apply after:absolute after:content-[''] after:inset-0 after:bg-rsui-grey-200;
|
|
127
|
+
@apply after:rounded-md after:opacity-65;
|
|
127
128
|
}
|
|
128
129
|
|
|
129
130
|
&__title-row {
|
|
130
|
-
@apply relative text-base font-medium text-rsui-default line-clamp-2 min-h-6;
|
|
131
|
+
@apply relative text-base font-medium text-rsui-default line-clamp-2 min-h-6 pr-8;
|
|
131
132
|
|
|
132
133
|
// Radio button position
|
|
133
134
|
@apply after:absolute after:top-0 after:right-0;
|