@servicetitan/navigation 10.5.2 → 10.5.3
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.
|
@@ -474,6 +474,12 @@
|
|
|
474
474
|
}
|
|
475
475
|
}
|
|
476
476
|
|
|
477
|
+
.side-nav-slim .side-nav-navigation .options-item {
|
|
478
|
+
.options-item-content {
|
|
479
|
+
background-color: @color-blue-grey-500;
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
|
|
477
483
|
.side-nav-expanded .side-nav-footer .options-item {
|
|
478
484
|
.options-item-content {
|
|
479
485
|
margin: @spacing-2 @spacing-1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@servicetitan/navigation",
|
|
3
|
-
"version": "10.5.
|
|
3
|
+
"version": "10.5.3",
|
|
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": "abd46398040be8efaa1017b5db5a2a4e1a7aad99"
|
|
47
47
|
}
|
|
@@ -474,6 +474,12 @@
|
|
|
474
474
|
}
|
|
475
475
|
}
|
|
476
476
|
|
|
477
|
+
.side-nav-slim .side-nav-navigation .options-item {
|
|
478
|
+
.options-item-content {
|
|
479
|
+
background-color: @color-blue-grey-500;
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
|
|
477
483
|
.side-nav-expanded .side-nav-footer .options-item {
|
|
478
484
|
.options-item-content {
|
|
479
485
|
margin: @spacing-2 @spacing-1;
|