Skip to content

Commit

Permalink
Fix: Invalid opacity value (#356)
Browse files Browse the repository at this point in the history
* fix: invalid opacity

* chore: bump v0.21.1
  • Loading branch information
tuliomir authored Dec 17, 2024
1 parent 82fe043 commit e40a5e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hathor-admin",
"version": "0.21.0",
"version": "0.21.1",
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
Expand Down
5 changes: 0 additions & 5 deletions src/newUi.scss
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,6 @@ nav {
gap: 4px;
border-radius: 100px;
border: 1px solid var(--span-purple-border);
opacity: 0px;
background-color: var(--span-purple-background);
display: flex;
align-items: center;
Expand Down Expand Up @@ -2274,7 +2273,6 @@ nav {
padding: 4px 12px 4px 12px;
border-radius: 4px;
border: none;
opacity: 0px;
font-size: 12px;
font-weight: 500;
line-height: 20px;
Expand Down Expand Up @@ -2502,7 +2500,6 @@ a:hover {
padding: 12px 20px 12px 20px;
gap: 8px;
border-radius: 4px;
opacity: 0px;
background-color: transparent !important;
color: var(--red) !important;
border-color: var(--border-color) !important;
Expand Down Expand Up @@ -3166,7 +3163,6 @@ span {
gap: 8px;
border-radius: 4px;
border: 1px solid var(--border-color);
opacity: 0px;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.03em;
Expand Down Expand Up @@ -3228,7 +3224,6 @@ th.sortable {
align-items: center;
width: fit-content;
gap: 6px;
opacity: 0px;
font-family: 'San Francisco Pro', sans-serif;
font-size: 12px;
line-height: 20px;
Expand Down

0 comments on commit e40a5e0

Please sign in to comment.