Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Revert #87 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically authored Nov 13, 2023
1 parent 66154b3 commit 07489fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
21 changes: 0 additions & 21 deletions lib/assets/styles/classes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "omorphia",
"type": "module",
"version": "0.6.5",
"version": "0.6.6",
"files": [
"dist",
"locales"
Expand Down

0 comments on commit 07489fb

Please sign in to comment.