fix hot bugs.

This commit is contained in:
Ahmed Bouhuolia
2020-04-15 14:18:13 +02:00
parent 12f5945e82
commit d02517e66d
4 changed files with 13 additions and 5 deletions

View File

@@ -45,4 +45,8 @@ $pt-font-family: Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
// Views
@import "views/filter-dropdown";
@import "views/sidebar";
@import "views/sidebar";
.#{$ns}-tooltip{
box-shadow: none;
}