CSS Fixes (#920)

This commit is contained in:
Abhishek Kumar 2019-03-20 22:22:00 +05:30 committed by Cassie Tarakajian
parent 0eea37e72a
commit e2a6b4595b
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ $themes: (
modal-background-color: #f4f4f4,
modal-button-background-color: #e6e6e6,
modal-border-color: rgba(17, 17, 17, 0.3),
modal-boder-selected-color: #B9D0E1,
modal-border-selected-color: #B9D0E1,
icon-color: $icon-color,
icon-hover-color: $icon-hover-color,
icon-toast-hover-color: $white,

View File

@ -51,7 +51,7 @@
}
.tooltipped-n::before,
.tooltipped::before,
.tooltipped::before
{
@include themify() {
color: getThemifyVariable('button-background-hover-color');