Web: Files: delete tooltip shadow

This commit is contained in:
Viktor Fomin 2021-01-20 12:51:59 +03:00
parent f3d9b68211
commit fbcf056533

View File

@ -36,6 +36,9 @@ const StyledFileRow = styled(Row)`
}
.__react_component_tooltip.type-light {
background-color: #f8f7bf !important;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
.__react_component_tooltip.place-left::after {
border-left: 6px solid #f8f7bf !important;