@servicetitan/navigation 8.1.6 → 8.1.7
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.
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
&.navigation-item-icon-switch {
|
|
163
|
-
&.navigation-
|
|
163
|
+
&.navigation-item-active {
|
|
164
164
|
.navigation-icon-inactive[data-anv][data-anv] {
|
|
165
165
|
display: none;
|
|
166
166
|
}
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
display: block;
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
|
-
&:not(.navigation-
|
|
171
|
+
&:not(.navigation-item-active) {
|
|
172
172
|
.navigation-icon-inactive[data-anv][data-anv] {
|
|
173
173
|
display: block;
|
|
174
174
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@servicetitan/navigation",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.7",
|
|
4
4
|
"description": "Navigation components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"less": true,
|
|
44
44
|
"webpack": false
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "643b0ec4f793cf32a7db4fa1c465a9f6c2608af4"
|
|
47
47
|
}
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
&.navigation-item-icon-switch {
|
|
163
|
-
&.navigation-
|
|
163
|
+
&.navigation-item-active {
|
|
164
164
|
.navigation-icon-inactive[data-anv][data-anv] {
|
|
165
165
|
display: none;
|
|
166
166
|
}
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
display: block;
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
|
-
&:not(.navigation-
|
|
171
|
+
&:not(.navigation-item-active) {
|
|
172
172
|
.navigation-icon-inactive[data-anv][data-anv] {
|
|
173
173
|
display: block;
|
|
174
174
|
}
|