From 4f87e783a92f5002855ea1c28ad40aa2c9b15c84 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Mon, 18 Jul 2022 11:55:51 +0200 Subject: [PATCH] izi-ici: increase buttons shadow contrast on hover (#66723) --- static/izi-ici/_custom.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/izi-ici/_custom.scss b/static/izi-ici/_custom.scss index 88da238e..127b725a 100644 --- a/static/izi-ici/_custom.scss +++ b/static/izi-ici/_custom.scss @@ -1,6 +1,9 @@ %button { @extends %button; font-weight: bold; + &:hover { + box-shadow: 0px 0px 6px #000; + } } //