PL-10425 In havana checkbox's context help icon looks undistinguishable from caption

This commit is contained in:
Gleb Gorelov 2018-02-20 11:22:22 +04:00
parent 39cbdf1f46
commit 17c897c531

View File

@ -64,4 +64,18 @@
.v-disabled.#{$primary-stylename}-focus.#{$primary-stylename}-empty-caption > input {
outline: none;
}
.c-context-help-button {
display: inline-block;
color: transparent;
background: transparent no-repeat top right;
background-image: url(../caption/sprites/question.png); /** sprite-ref: components; */
width: 16px;
height: 16px;
}
.c-context-help-button:hover {
cursor: pointer;
}
}