Skip to content

Commit

Permalink
refactor: Make more list item rounded
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed May 3, 2023
1 parent 0d68071 commit b0e435d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions xmcl-keystone-ui/src/assets/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,17 @@ p {
position: absolute;
}

/* .v-list-item v-list-item--link {
} */

/* .transition-list-move {
transition: transform 0.7s !important;
} */

.v-list-item, .v-list-item:hover:before, .v-list-item:focus:before {
border-radius: 0.25rem;
}

html ::-webkit-scrollbar {
display: none;
Expand Down

0 comments on commit b0e435d

Please sign in to comment.