Skip to content

Commit

Permalink
[ML] Remove duplicate scss stylings
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Oct 22, 2020
1 parent 1016d68 commit e95be94
Showing 1 changed file with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,36 +77,6 @@ $mlAnnotationRectDefaultFillOpacity: 0.05;
display: none;
}

.mlAnnotationText {
text-anchor: middle;
font-size: $euiFontSizeXS;
font-family: $euiFontFamily;
font-weight: $euiFontWeightMedium;

fill: $euiColorFullShade;
transition: fill $euiAnimSpeedFast;
}

.mlAnnotationText-isBlur {
fill: $euiColorMediumShade;
transition: fill $euiAnimSpeedFast;
}

.mlAnnotationTextRect {
fill: $euiColorLightShade;
transition: fill $euiAnimSpeedFast;
}

.mlAnnotationTextRect-isBlur {
fill: $euiColorLightestShade;
transition: fill $euiAnimSpeedFast;
}

.mlAnnotationHidden {
display: none;
}


// context annotation marker
.mlContextAnnotationRect {
stroke: $euiColorFullShade;
Expand Down

0 comments on commit e95be94

Please sign in to comment.