Skip to content

Commit

Permalink
Fix dropdown animations
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Dec 4, 2021
1 parent 0c45f18 commit ba9e964
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/global.css

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

2 changes: 1 addition & 1 deletion src/global.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@use "./partials/layout/layout.scss";
@use "./partials/layout/animations.scss";
@use "./partials/layout/animation.scss";
@use "./partials/layout/titlebar.scss";
@use "./partials/components/components.scss";
@use "./partials/components/dropdown.scss";
1 change: 1 addition & 0 deletions src/partials/components/dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
}

.dropdown-content a:hover {
transition: ease-in 0.2s;
background-color: rgb(30, 30, 30);
color: white;
}
Expand Down
File renamed without changes.

0 comments on commit ba9e964

Please sign in to comment.