Skip to content

Commit

Permalink
Fixed hover
Browse files Browse the repository at this point in the history
  • Loading branch information
x1y committed Mar 30, 2024
1 parent 7e0ea52 commit 541813d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions themes/pinetheme/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,8 @@ h2 {
border: 1px solid #ddd;
border-bottom-right-radius: 10px;
box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
overflow: visible;
flex-direction: column;
}
.dropdown-item:hover {
color: #0069B5;
Expand All @@ -468,8 +470,9 @@ h2 {
}
.dropdown-toggle:checked ~ .dropdown-items, .dropdown-toggle:hover ~ .dropdown-items {
display: flex;
flex-direction: column;
overflow: visible;
}
.dropdown-items:hover {
display: flex;
}

@media screen and (max-width: 1000px){
Expand Down

0 comments on commit 541813d

Please sign in to comment.