@asd20/ui 3.2.795 → 3.2.797
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/package.json +1 -1
- package/src/components/molecules/Asd20ActionMenuItem/index.vue +5 -5
- package/src/components/organisms/Asd20ImageHeader/index.vue +1 -1
- package/src/components/organisms/Asd20Navbar/index.vue +3 -2
- package/src/components/templates/Asd20WayfindingImageTemplate/index.vue +1 -1
package/package.json
CHANGED
|
@@ -69,8 +69,8 @@ $sizes: (
|
|
|
69
69
|
--line-color: var(--website-icon__line-color);
|
|
70
70
|
--fill-color: var(--website-icon__fill-color);
|
|
71
71
|
}
|
|
72
|
-
&::v-deep .asd20-button__label{
|
|
73
|
-
color: var(--website-
|
|
72
|
+
&::v-deep .asd20-button__label {
|
|
73
|
+
color: var(--website-menu__foreground-color);
|
|
74
74
|
}
|
|
75
75
|
&.asd20-action-menu-item--active,
|
|
76
76
|
&:hover,
|
|
@@ -116,9 +116,9 @@ $sizes: (
|
|
|
116
116
|
--line-color: var(--website-menu__icon-line-color);
|
|
117
117
|
--fill-color: var(--website-menu__icon-fill-color);
|
|
118
118
|
}
|
|
119
|
-
&::v-deep .asd20-button__label {
|
|
120
|
-
|
|
121
|
-
}
|
|
119
|
+
// &::v-deep .asd20-button__label {
|
|
120
|
+
// color: var(--website-menu__foreground-color);
|
|
121
|
+
// }
|
|
122
122
|
&:hover,
|
|
123
123
|
&:focus {
|
|
124
124
|
background: var(--website-menu__hover-background-color);
|
|
@@ -138,11 +138,12 @@ $logo-width: 50vw;
|
|
|
138
138
|
}
|
|
139
139
|
.menu-button,
|
|
140
140
|
.search-button {
|
|
141
|
+
color: var(--website-menu__foreground-color);
|
|
141
142
|
&::v-deep .asd20-icon g{
|
|
142
143
|
--line-color: var(--website-menu__title-color);
|
|
143
144
|
// --line-color: red;
|
|
144
145
|
}
|
|
145
|
-
&:hover,
|
|
146
|
+
&:hover,
|
|
146
147
|
&:focus {
|
|
147
148
|
::v-deep .asd20-button__label{
|
|
148
149
|
// color: var(--website-menu__icon-fill-color);
|
|
@@ -204,7 +205,7 @@ $logo-width: 50vw;
|
|
|
204
205
|
.search-button {
|
|
205
206
|
position: relative;
|
|
206
207
|
z-index: 1000;
|
|
207
|
-
color: currentColor;
|
|
208
|
+
// color: currentColor;
|
|
208
209
|
top: auto;
|
|
209
210
|
left: auto;
|
|
210
211
|
right: auto;
|