Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanmola committed Oct 12, 2023
1 parent ae1a95a commit f806e88
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 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
Expand Up @@ -32,7 +32,7 @@
"gh-pages": "^6.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.69.0",
"sass": "^1.69.3",
"storybook": "^7.4.6",
"vite": "^4.4.11"
},
Expand Down
5 changes: 5 additions & 0 deletions src/components/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
width: 100%;
padding: 0.75rem 1rem;
position: relative;
> * {
position: relative;
z-index: 1;
}
&:active {
background-color: var(--tele-vue-quaternary-fill-background);
Expand Down

0 comments on commit f806e88

Please sign in to comment.