Skip to content

Commit

Permalink
ENGCOM-4145: Static test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky committed Feb 8, 2019
1 parent 8ce891d commit e53d972
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@

.swatch-option-tooltip-layered .title {
.lib-css(color, @swatch-option-tooltip-layered-title__color);
width: 100%;
height: 20px;
position: absolute;
bottom: -5px;
height: 20px;
left: 0;
text-align: center;
margin-bottom: @indent__s;
position: absolute;
text-align: center;
width: 100%;
}
}

Expand Down Expand Up @@ -146,9 +146,9 @@
font-size: @font-size__s;
font-weight: @font-weight__bold;
line-height: 20px;
padding: 4px 8px;
min-width: 22px;
margin-right: 7px;
min-width: 22px;
padding: 4px 8px;

&.selected {
.lib-css(background-color, @swatch-option-text__selected__background-color) !important;
Expand Down

0 comments on commit e53d972

Please sign in to comment.