Skip to content

Commit

Permalink
Hat to update styling for tooltop in qppds as these syles are overrid…
Browse files Browse the repository at this point in the history
…ing the styles from styles directory
  • Loading branch information
RohitKandimalla committed Jul 30, 2024
1 parent 9e72890 commit b214afd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions react/package-lock.json

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

2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@madie/madie-design-system",
"version": "1.2.22",
"version": "1.2.23",
"description": "Shared style guide across the Madie program.",
"main": "dist/index.js",
"homepage": "https://github.com/MeasureAuthoringTool/madie-design-system",
Expand Down
4 changes: 2 additions & 2 deletions react/styles/qppds/components/_madie-tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
margin-bottom: -1px;
position: relative;
overflow: visible;

&:focus {
outline-color: $cyan-50
}
Expand All @@ -24,7 +24,7 @@
}

> .madie-tooltip {
z-index: 1;
z-index: 1000;
border-radius: 4px;
color: #fff;
background: $grey-80;
Expand Down

0 comments on commit b214afd

Please sign in to comment.