X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/24721591455e048cffca365384e6759daae05916..349f8b311ecdf30a181b94a8c7747867bacca356:/src/wolnelektury/static/2021/css/components/_player.scss diff --git a/src/wolnelektury/static/2021/css/components/_player.scss b/src/wolnelektury/static/2021/css/components/_player.scss index c5d4f4ad6..4646c2c90 100644 --- a/src/wolnelektury/static/2021/css/components/_player.scss +++ b/src/wolnelektury/static/2021/css/components/_player.scss @@ -17,8 +17,12 @@ align-items: center; justify-content: center; cursor: pointer; + transition: all $ease-dynamic 350ms; - img {} + &:hover { + background: darken($color-primary, 3%); + border-color: darken($color-primary, 3%); + } } .c-player__timeline {