Skip to content

Commit

Permalink
Merge branch 'main' into dev/try-main
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Nov 28, 2024
2 parents bcb572d + 736294c commit cde290e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"color-function-notation": "legacy",
"alpha-value-notation": "number",
"color-hex-length": "long",
"selector-not-notation": null
"selector-not-notation": null,
"declaration-property-value-no-unknown": true
}
}
6 changes: 3 additions & 3 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 Expand Up @@ -333,7 +333,7 @@ img#banner {
flex-flow: column wrap;
gap: 12px;
justify-content: flex-start;
overflow: hidden; /* to check */
overflow: hidden; /* check and remove comment */
}

.flex-container h4 {
Expand Down

0 comments on commit cde290e

Please sign in to comment.