diff --git a/lib/assets/styles/classes.scss b/lib/assets/styles/classes.scss index 34fa61e00..00b08e624 100644 --- a/lib/assets/styles/classes.scss +++ b/lib/assets/styles/classes.scss @@ -229,30 +229,9 @@ a, transition: opacity 0.5s ease-in-out, filter 0.2s ease-in-out, scale 0.05s ease-in-out, outline 0.2s ease-in-out; - position: relative; - - &:not(.markdown-body a) { - pointer-events: none; - } - &:active:not(&:disabled) { scale: 0.95; } - - &:not(.markdown-body a)::before { - content: ''; - position: absolute; - top: 0; - bottom: 0; - left: 0; - right: 0; - pointer-events: all; - border-radius: inherit; - } - - &:active::before { - scale: 1.1; - } } .button-base { diff --git a/package.json b/package.json index fa7aaf67f..5f21c0299 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "omorphia", "type": "module", - "version": "0.6.5", + "version": "0.6.6", "files": [ "dist", "locales"