Web:Files:Badges: Fixed styles badges for desktop view.

This commit is contained in:
Vlada Gazizova 2021-12-21 20:52:24 +03:00
parent e1cf46f16f
commit 561dbb3a65

View File

@ -139,20 +139,17 @@ const StyledBadgesContainer = styled.div`
.badge {
cursor: pointer;
margin-right: 8px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.new-items {
min-width: 12px;
width: max-content;
margin: 1px -2px -2px -2px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.badge-version {
min-width: 21px;
margin: -2px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
`;
@ -167,7 +164,6 @@ const StyledQuickButtonsContainer = styled.div`
.badge {
margin-right: 14px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.badge:last-child {
@ -185,6 +181,7 @@ const StyledQuickButtonsContainer = styled.div`
path {
fill: #3b72a7;
}
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
`;