@pingux/astro 1.39.0-alpha.0 → 1.39.0-alpha.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.
@@ -445,9 +445,12 @@ var chipDeleteStandard = {
|
|
445
445
|
};
|
446
446
|
|
447
447
|
var chipDeleteButton = _objectSpread(_objectSpread({}, chipDeleteStandard), {}, {
|
448
|
-
'&.is-focused
|
448
|
+
'&.is-focused': _objectSpread({
|
449
449
|
bg: 'accent.40'
|
450
450
|
}, focusWithCroppedOutline),
|
451
|
+
'&.is-hovered': {
|
452
|
+
bg: 'accent.40'
|
453
|
+
},
|
451
454
|
'&.is-pressed': {
|
452
455
|
bg: 'accent.20',
|
453
456
|
borderColor: 'accent.20'
|
@@ -423,9 +423,12 @@ var chipDeleteStandard = {
|
|
423
423
|
};
|
424
424
|
|
425
425
|
var chipDeleteButton = _objectSpread(_objectSpread({}, chipDeleteStandard), {}, {
|
426
|
-
'&.is-focused
|
426
|
+
'&.is-focused': _objectSpread({
|
427
427
|
bg: 'accent.40'
|
428
428
|
}, focusWithCroppedOutline),
|
429
|
+
'&.is-hovered': {
|
430
|
+
bg: 'accent.40'
|
431
|
+
},
|
429
432
|
'&.is-pressed': {
|
430
433
|
bg: 'accent.20',
|
431
434
|
borderColor: 'accent.20'
|