@patternfly/patternfly 6.3.0-prerelease.40 → 6.3.0-prerelease.41
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.
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
cursor: pointer;
|
|
328
328
|
-webkit-user-select: none;
|
|
329
329
|
user-select: none;
|
|
330
|
-
background: var(--pf-v6-c-button--BackgroundColor) radial-gradient(circle, transparent 1%, color-mix(in srgb, currentcolor 15%, transparent)
|
|
330
|
+
background: var(--pf-v6-c-button--BackgroundColor) radial-gradient(circle, transparent 1%, color-mix(in srgb, currentcolor 15%, transparent) 2%) center/15000% 15000%;
|
|
331
331
|
border: 0;
|
|
332
332
|
border-start-start-radius: var(--pf-v6-c-button--BorderStartStartRadius, var(--pf-v6-c-button--BorderRadius));
|
|
333
333
|
border-start-end-radius: var(--pf-v6-c-button--BorderStartEndRadius, var(--pf-v6-c-button--BorderRadius));
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
-webkit-user-select: none;
|
|
386
386
|
user-select: none;
|
|
387
387
|
// stylelint-enable property-no-vendor-prefix
|
|
388
|
-
background: var(--#{$button}--BackgroundColor) radial-gradient(circle, transparent 1%, color-mix(in srgb, currentcolor 15%, transparent)
|
|
388
|
+
background: var(--#{$button}--BackgroundColor) radial-gradient(circle, transparent 1%, color-mix(in srgb, currentcolor 15%, transparent) 2%) center/15000% 15000%;
|
|
389
389
|
border: 0;
|
|
390
390
|
border-start-start-radius: var(--#{$button}--BorderStartStartRadius, var(--#{$button}--BorderRadius));
|
|
391
391
|
border-start-end-radius: var(--#{$button}--BorderStartEndRadius, var(--#{$button}--BorderRadius));
|
package/components/_index.css
CHANGED
|
@@ -1855,7 +1855,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
1855
1855
|
cursor: pointer;
|
|
1856
1856
|
-webkit-user-select: none;
|
|
1857
1857
|
user-select: none;
|
|
1858
|
-
background: var(--pf-v6-c-button--BackgroundColor) radial-gradient(circle, transparent 1%, color-mix(in srgb, currentcolor 15%, transparent)
|
|
1858
|
+
background: var(--pf-v6-c-button--BackgroundColor) radial-gradient(circle, transparent 1%, color-mix(in srgb, currentcolor 15%, transparent) 2%) center/15000% 15000%;
|
|
1859
1859
|
border: 0;
|
|
1860
1860
|
border-start-start-radius: var(--pf-v6-c-button--BorderStartStartRadius, var(--pf-v6-c-button--BorderRadius));
|
|
1861
1861
|
border-start-end-radius: var(--pf-v6-c-button--BorderStartEndRadius, var(--pf-v6-c-button--BorderRadius));
|
package/package.json
CHANGED
|
@@ -9351,7 +9351,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
9351
9351
|
cursor: pointer;
|
|
9352
9352
|
-webkit-user-select: none;
|
|
9353
9353
|
user-select: none;
|
|
9354
|
-
background: var(--pf-v6-c-button--BackgroundColor) radial-gradient(circle, transparent 1%, color-mix(in srgb, currentcolor 15%, transparent)
|
|
9354
|
+
background: var(--pf-v6-c-button--BackgroundColor) radial-gradient(circle, transparent 1%, color-mix(in srgb, currentcolor 15%, transparent) 2%) center/15000% 15000%;
|
|
9355
9355
|
border: 0;
|
|
9356
9356
|
border-start-start-radius: var(--pf-v6-c-button--BorderStartStartRadius, var(--pf-v6-c-button--BorderRadius));
|
|
9357
9357
|
border-start-end-radius: var(--pf-v6-c-button--BorderStartEndRadius, var(--pf-v6-c-button--BorderRadius));
|
package/patternfly.css
CHANGED
|
@@ -9487,7 +9487,7 @@ button.pf-v6-c-breadcrumb__link {
|
|
|
9487
9487
|
cursor: pointer;
|
|
9488
9488
|
-webkit-user-select: none;
|
|
9489
9489
|
user-select: none;
|
|
9490
|
-
background: var(--pf-v6-c-button--BackgroundColor) radial-gradient(circle, transparent 1%, color-mix(in srgb, currentcolor 15%, transparent)
|
|
9490
|
+
background: var(--pf-v6-c-button--BackgroundColor) radial-gradient(circle, transparent 1%, color-mix(in srgb, currentcolor 15%, transparent) 2%) center/15000% 15000%;
|
|
9491
9491
|
border: 0;
|
|
9492
9492
|
border-start-start-radius: var(--pf-v6-c-button--BorderStartStartRadius, var(--pf-v6-c-button--BorderRadius));
|
|
9493
9493
|
border-start-end-radius: var(--pf-v6-c-button--BorderStartEndRadius, var(--pf-v6-c-button--BorderRadius));
|