We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1fa2f commit e776726Copy full SHA for e776726
redisinsight/ui/src/components/live-time-recommendations/components/recommendation/styles.module.scss
@@ -1,7 +1,3 @@
1
-:global(.euiAccordion__childWrapper) {
2
- background-color: var(--recommendationBgColor) !important;
3
-}
4
-
5
.recommendationAccordion {
6
margin-bottom: 10px;
7
border-radius: 8px;
@@ -17,6 +13,9 @@
17
13
}
18
14
19
15
:global {
16
+ .euiAccordion__childWrapper {
+ background-color: var(--recommendationBgColor) !important;
+ }
20
.euiAccordion__button {
21
padding: 6px 18px;
22
border-bottom: 1px solid transparent;
0 commit comments