@boomerang-io/carbon-addons-boomerang-react 4.6.8-beta.21 → 4.6.8-beta.23
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/scss/global/index.scss +6 -4
package/package.json
CHANGED
package/scss/global/index.scss
CHANGED
|
@@ -4,6 +4,7 @@ IBM Confidential
|
|
|
4
4
|
© Copyright IBM Corp. 2022, 2024
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
+
|
|
7
8
|
/**
|
|
8
9
|
* Copyright IBM Corp. 2016, 2018
|
|
9
10
|
*
|
|
@@ -77,6 +78,7 @@ $use-theme-advantage-white: false !default;
|
|
|
77
78
|
@use '../components/Toggle/toggle' as addons-toggle;
|
|
78
79
|
@use '../components/TooltipHover/tooltip' as addons-tooltip;
|
|
79
80
|
|
|
81
|
+
|
|
80
82
|
// css for external libs
|
|
81
83
|
@use "./tippy";
|
|
82
84
|
|
|
@@ -90,8 +92,8 @@ $use-theme-advantage-white: false !default;
|
|
|
90
92
|
}
|
|
91
93
|
|
|
92
94
|
.#{$prefix}--side-nav__item:not(.#{$prefix}--side-nav__item--active) {
|
|
93
|
-
|
|
94
|
-
>
|
|
95
|
+
>.#{$prefix}--side-nav__link:hover {
|
|
96
|
+
>span {
|
|
95
97
|
color: shell.$bmrg-theme-primary;
|
|
96
98
|
}
|
|
97
99
|
}
|
|
@@ -112,8 +114,8 @@ $use-theme-advantage-white: false !default;
|
|
|
112
114
|
}
|
|
113
115
|
}
|
|
114
116
|
|
|
115
|
-
|
|
116
|
-
.#{$prefix}--header__action {
|
|
117
|
+
|
|
118
|
+
.#{$prefix}--side-nav__submenu, .#{$prefix}--header__action {
|
|
117
119
|
&:focus {
|
|
118
120
|
border-color: shell.$bmrg-accent;
|
|
119
121
|
outline: shell.$bmrg-accent 0.0625rem solid !important;
|