Skip to content

Commit b59840a

Browse files
committed
feat: class bump
1 parent 3ce05a6 commit b59840a

File tree

4 files changed

+1941
-942
lines changed

4 files changed

+1941
-942
lines changed

nerdlets/entity-mode/components/custom-nodes/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default class CustomNode extends React.PureComponent {
4646
[`popup_${nodeId}`]: !this.state[`popup_${nodeId}`]
4747
})
4848
}
49-
className="icon"
49+
className="om-icon icon"
5050
style={{
5151
zIndex: 999999,
5252
height: '35px',

nerdlets/observability-maps-nerdlet/components/custom-nodes/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default class CustomNode extends React.PureComponent {
4646
[`popup_${nodeId}`]: !this.state[`popup_${nodeId}`]
4747
})
4848
}
49-
className="icon"
49+
className="om-icon icon"
5050
style={{
5151
zIndex: 999999,
5252
height: '35px',

nerdlets/observability-maps-nerdlet/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ i {
429429
align-items: center;
430430
}
431431

432-
.icons .icon {
432+
.icons .icon .om-icon {
433433
position: absolute;
434434
top: 50%;
435435
left: 50%;

0 commit comments

Comments
 (0)