Commit ba2f226 1 parent db75372 commit ba2f226 Copy full SHA for ba2f226
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ export const StyledLogAccordion = styled.div`
99
99
color: ${ props => props . theme . texts . accordionHeading } ;
100
100
border-color: ${ props => props . theme . borders . tableRow } ;
101
101
.log-header {
102
- ::before {
102
+ & ::before {
103
103
background-image: url('/static/images/logs-closed.png');
104
104
background-size: 8px 8px;
105
105
background-color: #497ffa;
@@ -110,7 +110,7 @@ export const StyledLogAccordion = styled.div`
110
110
margin: 0 10px 0 0;
111
111
}
112
112
&.visible {
113
- ::before {
113
+ & ::before {
114
114
background-image: url('/static/images/logs-opened.png');
115
115
}
116
116
}
@@ -121,7 +121,7 @@ export const StyledLogAccordion = styled.div`
121
121
&.data-row.log-error-state {
122
122
.accordion-heading {
123
123
.log-header {
124
- ::before {
124
+ & ::before {
125
125
background-color: #e94a4a;
126
126
}
127
127
}
@@ -131,7 +131,7 @@ export const StyledLogAccordion = styled.div`
131
131
.accordion-heading {
132
132
.log-warning-state {
133
133
margin-top: 1rem;
134
- ::before {
134
+ & ::before {
135
135
color: #000000;
136
136
background-color: #ffbe00;
137
137
}
You can’t perform that action at this time.
0 commit comments