fix(aio): fix text blurring when hovering over item in resources

Fixes #17907
This commit is contained in:
Georgios Kalpakas 2017-07-07 13:29:09 +03:00 committed by Pete Bacon Darwin
parent b3d90365b6
commit cb7609109d
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ aio-resource-list {
border-color: #2B85E7;
border-radius: 4px;
box-shadow: 0 8px 8px rgba(1, 67, 163, .24), 0 0 8px rgba(1, 67, 163, .12), 0 6px 18px rgba(43, 133, 231, .12);
transform: translate3d(0, -2px, 0);
transform: translateY(-2px);
}
@media(max-width: 900px) {