@beacon-interactive-systems-llc/beacon-platform-ui 17.11.1 → 17.11.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beacon-interactive-systems-llc/beacon-platform-ui",
3
- "version": "17.11.1",
3
+ "version": "17.11.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0",
@@ -118,21 +118,24 @@ $icon-container-width: 50px;
118
118
  margin-left: 20px;
119
119
  width: calc(#{$leftnav-width} - 50px - 20px);
120
120
 
121
- &:hover, &--active-secondary, &--active-level-two {
122
- @include themify($platform_leftnav_contrasts) {
123
- background: apply('navActiveBackground') !important;
124
- }
125
- }
126
-
127
121
  .level-two-option-container {
128
122
  @include themify($platform_leftnav_contrasts) {
129
- color: apply('navTextActiveSecondary');
123
+ color: apply('navText');
130
124
  }
131
125
  font-size: 14px;
132
126
  position: relative;
133
127
  top: 7px;
134
128
  }
135
129
 
130
+ &:hover, &--active-secondary, &--active-level-two {
131
+ @include themify($platform_leftnav_contrasts) {
132
+ background: apply('navActiveBackground') !important;
133
+ .level-two-option-container {
134
+ color: apply('navTextActiveSecondary');
135
+ }
136
+ }
137
+ }
138
+
136
139
  mat-icon.link-active {
137
140
  @include themify($platform_leftnav_contrasts) {
138
141
  color: apply('navActiveIcon');
@@ -214,11 +217,11 @@ $icon-container-width: 50px;
214
217
  font-size: 24px;
215
218
  height: 24px;
216
219
 
217
- &.collapsed {
220
+ &.collapsed {
218
221
  width: 20px;
219
222
  }
220
223
 
221
- &.open {
224
+ &.open {
222
225
  width: 24px;
223
226
  }
224
227
  }