diff --git a/src/components/Elements/MainModal/scss/index.scss b/src/components/Elements/MainModal/scss/index.scss index 1ce9c4b8..d95657cb 100644 --- a/src/components/Elements/MainModal/scss/index.scss +++ b/src/components/Elements/MainModal/scss/index.scss @@ -58,11 +58,18 @@ border-radius: 12px; cursor: pointer; transition: 0.5s; + outline: none; + border: none; + background: transparent; svg { font-size: 2em; } + @include themed { + color: t($color); + } + &:hover { @include themed { background: t($modal-sidebarActive);