Skip to content

Commit

Permalink
ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
LoganAffleck committed Jun 21, 2023
1 parent 7541c1e commit 689824f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions packages/docs/src/components/sidebar/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
margin-bottom: 3px;
}

.sidebar summary h5{
transition: color .2s ease-in-out;
.sidebar summary h5 {
transition: color 0.2s ease-in-out;
}


.sidebar summary:hover h5{
.sidebar summary:hover h5 {
color: var(--text-color);
}

Expand Down Expand Up @@ -106,7 +105,7 @@
details li {
@apply py-1 pl-3 block overflow-hidden text-ellipsis;
padding: unset;
transition: background-color .2s ease-in-out;
transition: background-color 0.2s ease-in-out;
}

details li:hover {
Expand All @@ -119,7 +118,7 @@ details li a {

.menu li a {
color: var(--secondary-text-color);
padding: .5rem 20px;
padding: 0.5rem 20px;
border-radius: 4px;
}

Expand Down

0 comments on commit 689824f

Please sign in to comment.