fix for buttons hovers

This commit is contained in:
Andy Miller
2019-09-18 11:50:26 -06:00
parent cf57af7661
commit d2e3446c30
3 changed files with 9 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1995,6 +1995,13 @@ body .bootstrap-datetimepicker-widget {
.fa {
color: $content-bg;
border-color: transparent;
}
}
&.fjs-active .fjs-item-wrapper .fjs-children {
&:hover {
border-color: transparent;
}
}
}