diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index ccf1b9221..ac987154f 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -2770,9 +2770,12 @@ table { } a:hover { - box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2); text-decoration: none; + &:not(.see-all) { + box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2); + } + img { transform: scale(1.1); }