From 726c0608c48433f5bee77770284a44dded36e5be Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 4 Jan 2023 22:31:18 -0800 Subject: [PATCH] Add new class for hovering buttons --- components/Button/index.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components/Button/index.scss b/components/Button/index.scss index 4c6415e5..517d4261 100644 --- a/components/Button/index.scss +++ b/components/Button/index.scss @@ -61,6 +61,14 @@ } } + &.Options { + box-shadow: 0px 1px 3px rgb(0 0 0 / 14%); + position: absolute; + left: 8px; + top: 8px; + z-index: 3; + } + &:disabled { background-color: var(--button-bg-disabled); color: var(--button-text-disabled);