@dialpad/dialtone-css 8.37.0 → 8.37.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.
|
@@ -290,17 +290,17 @@
|
|
|
290
290
|
// ----------------------------------------------------------------------------
|
|
291
291
|
.d-input-icon {
|
|
292
292
|
display: none;
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
&:has( > svg) {
|
|
293
|
+
|
|
294
|
+
&:not(:empty) {
|
|
296
295
|
display: inline-flex;
|
|
296
|
+
align-items: center;
|
|
297
297
|
}
|
|
298
298
|
|
|
299
|
-
&--right:
|
|
299
|
+
&--right:not(:empty) {
|
|
300
300
|
margin-right: var(--dt-space-400);
|
|
301
301
|
}
|
|
302
302
|
|
|
303
|
-
&--left:
|
|
303
|
+
&--left:not(:empty) {
|
|
304
304
|
margin-left: var(--dt-space-400);
|
|
305
305
|
}
|
|
306
306
|
}
|
package/lib/dist/dialtone.css
CHANGED
|
@@ -2429,15 +2429,15 @@ legend .d-label {
|
|
|
2429
2429
|
}
|
|
2430
2430
|
.d-input-icon {
|
|
2431
2431
|
display: none;
|
|
2432
|
-
align-items: center;
|
|
2433
2432
|
}
|
|
2434
|
-
.d-input-icon:
|
|
2433
|
+
.d-input-icon:not(:empty) {
|
|
2435
2434
|
display: inline-flex;
|
|
2435
|
+
align-items: center;
|
|
2436
2436
|
}
|
|
2437
|
-
.d-input-icon--right:
|
|
2437
|
+
.d-input-icon--right:not(:empty) {
|
|
2438
2438
|
margin-right: var(--dt-space-400);
|
|
2439
2439
|
}
|
|
2440
|
-
.d-input-icon--left:
|
|
2440
|
+
.d-input-icon--left:not(:empty) {
|
|
2441
2441
|
margin-left: var(--dt-space-400);
|
|
2442
2442
|
}
|
|
2443
2443
|
.d-keyboard-shortcut {
|
|
@@ -7607,7 +7607,7 @@ body {
|
|
|
7607
7607
|
}
|
|
7608
7608
|
/**
|
|
7609
7609
|
* Do not edit directly
|
|
7610
|
-
* Generated on
|
|
7610
|
+
* Generated on Mon, 08 Jul 2024 20:08:28 GMT
|
|
7611
7611
|
*/
|
|
7612
7612
|
|
|
7613
7613
|
.dialtone-theme-light {
|
|
@@ -8428,7 +8428,7 @@ body {
|
|
|
8428
8428
|
|
|
8429
8429
|
/**
|
|
8430
8430
|
* Do not edit directly
|
|
8431
|
-
* Generated on
|
|
8431
|
+
* Generated on Mon, 08 Jul 2024 20:08:28 GMT
|
|
8432
8432
|
*/
|
|
8433
8433
|
|
|
8434
8434
|
.dialtone-theme-dark {
|