Skip to content

Commit

Permalink
fix hover on floating window icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmerchant1990 committed Oct 14, 2024
1 parent e1a664b commit c57e062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ table tr td {
float: left;
}

.dark .icon-container span:not(:last-child) {
.dark .icon-container span {
transition: all 0.3s ease-in-out;
}

.dark .icon-container span:hover:not(:last-child) {
.dark .icon-container span:hover {
-webkit-filter: drop-shadow(0 0 0.625vw #2196F3) drop-shadow(0 0 3.6979166667vw #2196F3);
filter: drop-shadow(0 0 0.625vw #2196F3) drop-shadow(0 0 3.6979166667vw #2196F3);
}
Expand Down

0 comments on commit c57e062

Please sign in to comment.