@patternfly/patternfly 6.0.0-alpha.160 → 6.0.0-alpha.161
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/components/Nav/nav.css
CHANGED
|
@@ -172,6 +172,7 @@
|
|
|
172
172
|
line-height: var(--pf-v6-c-nav__link--LineHeight, inherit);
|
|
173
173
|
color: var(--pf-v6-c-nav__link--Color);
|
|
174
174
|
text-align: start;
|
|
175
|
+
text-decoration: none;
|
|
175
176
|
background-color: var(--pf-v6-c-nav__link--BackgroundColor);
|
|
176
177
|
border: none;
|
|
177
178
|
border-radius: var(--pf-v6-c-nav__link--BorderRadius);
|
package/components/Nav/nav.scss
CHANGED
|
@@ -215,6 +215,7 @@
|
|
|
215
215
|
line-height: var(--#{$nav}__link--LineHeight, inherit); // default to nav line height if no custom value is set
|
|
216
216
|
color: var(--#{$nav}__link--Color);
|
|
217
217
|
text-align: start;
|
|
218
|
+
text-decoration: none;
|
|
218
219
|
background-color: var(--#{$nav}__link--BackgroundColor);
|
|
219
220
|
border: none;
|
|
220
221
|
border-radius: var(--#{$nav}__link--BorderRadius);
|
package/components/_index.css
CHANGED
|
@@ -10967,6 +10967,7 @@ ul.pf-v6-c-list {
|
|
|
10967
10967
|
line-height: var(--pf-v6-c-nav__link--LineHeight, inherit);
|
|
10968
10968
|
color: var(--pf-v6-c-nav__link--Color);
|
|
10969
10969
|
text-align: start;
|
|
10970
|
+
text-decoration: none;
|
|
10970
10971
|
background-color: var(--pf-v6-c-nav__link--BackgroundColor);
|
|
10971
10972
|
border: none;
|
|
10972
10973
|
border-radius: var(--pf-v6-c-nav__link--BorderRadius);
|
package/package.json
CHANGED
|
@@ -17005,6 +17005,7 @@ ul.pf-v6-c-list {
|
|
|
17005
17005
|
line-height: var(--pf-v6-c-nav__link--LineHeight, inherit);
|
|
17006
17006
|
color: var(--pf-v6-c-nav__link--Color);
|
|
17007
17007
|
text-align: start;
|
|
17008
|
+
text-decoration: none;
|
|
17008
17009
|
background-color: var(--pf-v6-c-nav__link--BackgroundColor);
|
|
17009
17010
|
border: none;
|
|
17010
17011
|
border-radius: var(--pf-v6-c-nav__link--BorderRadius);
|
package/patternfly.css
CHANGED
|
@@ -17126,6 +17126,7 @@ ul.pf-v6-c-list {
|
|
|
17126
17126
|
line-height: var(--pf-v6-c-nav__link--LineHeight, inherit);
|
|
17127
17127
|
color: var(--pf-v6-c-nav__link--Color);
|
|
17128
17128
|
text-align: start;
|
|
17129
|
+
text-decoration: none;
|
|
17129
17130
|
background-color: var(--pf-v6-c-nav__link--BackgroundColor);
|
|
17130
17131
|
border: none;
|
|
17131
17132
|
border-radius: var(--pf-v6-c-nav__link--BorderRadius);
|