@inera/ids-design 5.2.0 → 5.2.1
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/global/global.css
CHANGED
|
@@ -2708,6 +2708,7 @@
|
|
|
2708
2708
|
border-radius: 50%;
|
|
2709
2709
|
margin-top: 3px;
|
|
2710
2710
|
position: relative;
|
|
2711
|
+
flex-shrink: 0;
|
|
2711
2712
|
}
|
|
2712
2713
|
.ids-radio input.ids-input--light:not(:invalid),
|
|
2713
2714
|
.ids-radio input[type=radio].ids-input--light:not(:invalid) {
|
|
@@ -2775,6 +2776,9 @@
|
|
|
2775
2776
|
top: 1px;
|
|
2776
2777
|
left: 1px;
|
|
2777
2778
|
}
|
|
2779
|
+
.ids-radio .ids-label-tooltip-wrapper:nth-child(2) {
|
|
2780
|
+
margin-top: 3px;
|
|
2781
|
+
}
|
|
2778
2782
|
.ids-radio.ids-radio--compact {
|
|
2779
2783
|
margin: 0 !important;
|
|
2780
2784
|
}
|
|
@@ -2875,6 +2879,9 @@ input:focus + .ids-checkbox input::before {
|
|
|
2875
2879
|
.ids-checkbox.ids-checkbox--light input:invalid::before {
|
|
2876
2880
|
background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
2877
2881
|
}
|
|
2882
|
+
.ids-checkbox .ids-label-tooltip-wrapper:nth-child(2) {
|
|
2883
|
+
margin-top: 3px;
|
|
2884
|
+
}
|
|
2878
2885
|
.ids-checkbox.ids-checkbox--compact {
|
|
2879
2886
|
margin: 0 !important;
|
|
2880
2887
|
}
|
package/package.json
CHANGED
package/themes/1177/1177.css
CHANGED
|
@@ -2769,6 +2769,7 @@ body.ids {
|
|
|
2769
2769
|
border-radius: 50%;
|
|
2770
2770
|
margin-top: 3px;
|
|
2771
2771
|
position: relative;
|
|
2772
|
+
flex-shrink: 0;
|
|
2772
2773
|
}
|
|
2773
2774
|
.ids-radio input.ids-input--light:not(:invalid),
|
|
2774
2775
|
.ids-radio input[type=radio].ids-input--light:not(:invalid) {
|
|
@@ -2836,6 +2837,9 @@ body.ids {
|
|
|
2836
2837
|
top: 1px;
|
|
2837
2838
|
left: 1px;
|
|
2838
2839
|
}
|
|
2840
|
+
.ids-radio .ids-label-tooltip-wrapper:nth-child(2) {
|
|
2841
|
+
margin-top: 3px;
|
|
2842
|
+
}
|
|
2839
2843
|
.ids-radio.ids-radio--compact {
|
|
2840
2844
|
margin: 0 !important;
|
|
2841
2845
|
}
|
|
@@ -2936,6 +2940,9 @@ input:focus + .ids-checkbox input::before {
|
|
|
2936
2940
|
.ids-checkbox.ids-checkbox--light input:invalid::before {
|
|
2937
2941
|
background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
2938
2942
|
}
|
|
2943
|
+
.ids-checkbox .ids-label-tooltip-wrapper:nth-child(2) {
|
|
2944
|
+
margin-top: 3px;
|
|
2945
|
+
}
|
|
2939
2946
|
.ids-checkbox.ids-checkbox--compact {
|
|
2940
2947
|
margin: 0 !important;
|
|
2941
2948
|
}
|
|
@@ -2769,6 +2769,7 @@ body.ids {
|
|
|
2769
2769
|
border-radius: 50%;
|
|
2770
2770
|
margin-top: 3px;
|
|
2771
2771
|
position: relative;
|
|
2772
|
+
flex-shrink: 0;
|
|
2772
2773
|
}
|
|
2773
2774
|
.ids-radio input.ids-input--light:not(:invalid),
|
|
2774
2775
|
.ids-radio input[type=radio].ids-input--light:not(:invalid) {
|
|
@@ -2836,6 +2837,9 @@ body.ids {
|
|
|
2836
2837
|
top: 1px;
|
|
2837
2838
|
left: 1px;
|
|
2838
2839
|
}
|
|
2840
|
+
.ids-radio .ids-label-tooltip-wrapper:nth-child(2) {
|
|
2841
|
+
margin-top: 3px;
|
|
2842
|
+
}
|
|
2839
2843
|
.ids-radio.ids-radio--compact {
|
|
2840
2844
|
margin: 0 !important;
|
|
2841
2845
|
}
|
|
@@ -2936,6 +2940,9 @@ input:focus + .ids-checkbox input::before {
|
|
|
2936
2940
|
.ids-checkbox.ids-checkbox--light input:invalid::before {
|
|
2937
2941
|
background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
2938
2942
|
}
|
|
2943
|
+
.ids-checkbox .ids-label-tooltip-wrapper:nth-child(2) {
|
|
2944
|
+
margin-top: 3px;
|
|
2945
|
+
}
|
|
2939
2946
|
.ids-checkbox.ids-checkbox--compact {
|
|
2940
2947
|
margin: 0 !important;
|
|
2941
2948
|
}
|
package/themes/inera/inera.css
CHANGED
|
@@ -2769,6 +2769,7 @@ body.ids {
|
|
|
2769
2769
|
border-radius: 50%;
|
|
2770
2770
|
margin-top: 3px;
|
|
2771
2771
|
position: relative;
|
|
2772
|
+
flex-shrink: 0;
|
|
2772
2773
|
}
|
|
2773
2774
|
.ids-radio input.ids-input--light:not(:invalid),
|
|
2774
2775
|
.ids-radio input[type=radio].ids-input--light:not(:invalid) {
|
|
@@ -2836,6 +2837,9 @@ body.ids {
|
|
|
2836
2837
|
top: 1px;
|
|
2837
2838
|
left: 1px;
|
|
2838
2839
|
}
|
|
2840
|
+
.ids-radio .ids-label-tooltip-wrapper:nth-child(2) {
|
|
2841
|
+
margin-top: 3px;
|
|
2842
|
+
}
|
|
2839
2843
|
.ids-radio.ids-radio--compact {
|
|
2840
2844
|
margin: 0 !important;
|
|
2841
2845
|
}
|
|
@@ -2936,6 +2940,9 @@ input:focus + .ids-checkbox input::before {
|
|
|
2936
2940
|
.ids-checkbox.ids-checkbox--light input:invalid::before {
|
|
2937
2941
|
background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
2938
2942
|
}
|
|
2943
|
+
.ids-checkbox .ids-label-tooltip-wrapper:nth-child(2) {
|
|
2944
|
+
margin-top: 3px;
|
|
2945
|
+
}
|
|
2939
2946
|
.ids-checkbox.ids-checkbox--compact {
|
|
2940
2947
|
margin: 0 !important;
|
|
2941
2948
|
}
|
|
@@ -2769,6 +2769,7 @@ body.ids {
|
|
|
2769
2769
|
border-radius: 50%;
|
|
2770
2770
|
margin-top: 3px;
|
|
2771
2771
|
position: relative;
|
|
2772
|
+
flex-shrink: 0;
|
|
2772
2773
|
}
|
|
2773
2774
|
.ids-radio input.ids-input--light:not(:invalid),
|
|
2774
2775
|
.ids-radio input[type=radio].ids-input--light:not(:invalid) {
|
|
@@ -2836,6 +2837,9 @@ body.ids {
|
|
|
2836
2837
|
top: 1px;
|
|
2837
2838
|
left: 1px;
|
|
2838
2839
|
}
|
|
2840
|
+
.ids-radio .ids-label-tooltip-wrapper:nth-child(2) {
|
|
2841
|
+
margin-top: 3px;
|
|
2842
|
+
}
|
|
2839
2843
|
.ids-radio.ids-radio--compact {
|
|
2840
2844
|
margin: 0 !important;
|
|
2841
2845
|
}
|
|
@@ -2936,6 +2940,9 @@ input:focus + .ids-checkbox input::before {
|
|
|
2936
2940
|
.ids-checkbox.ids-checkbox--light input:invalid::before {
|
|
2937
2941
|
background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
2938
2942
|
}
|
|
2943
|
+
.ids-checkbox .ids-label-tooltip-wrapper:nth-child(2) {
|
|
2944
|
+
margin-top: 3px;
|
|
2945
|
+
}
|
|
2939
2946
|
.ids-checkbox.ids-checkbox--compact {
|
|
2940
2947
|
margin: 0 !important;
|
|
2941
2948
|
}
|