Skip to content

Commit

Permalink
Fix remaining unmatched properties
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Nov 27, 2024
1 parent 9811a82 commit 7b88c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vizro-ai/examples/dashboard_ui/assets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -188,15 +188,15 @@
background-color: inherit;
color: var(--text-primary);
height: 2rem;
scale: 90%;
transform: scale(0.9);
}

.dropdown-menu-toggle-class:hover {
background-color: inherit;
color: var(--text-primary);
cursor: pointer;
height: 2rem;
scale: 90%;
transform: scale(0.9);
}

.dropdown-menu-toggle-class.btn-primary:focus:not(
Expand Down

0 comments on commit 7b88c56

Please sign in to comment.