Skip to content

Commit

Permalink
Merge pull request #1793 from ricksbrown/feature/dependabot_fixes
Browse files Browse the repository at this point in the history
More dependabot fixes
  • Loading branch information
ricksbrown authored Apr 4, 2022
2 parents 0818a37 + 4061bb7 commit c1e5354
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions wcomponents-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
"clean-css-cli": "4.1.11",
"eslint": "6.4.0",
"fs-extra": "8.1.0",
"grunt": "1.0.4",
"grunt": "1.4.1",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"intern": "4.4.3",
"jsdoc": "3.6.3",
"properties": "1.2.1",
"sass": "1.5.1",
"sass-lint": "1.12.1",
"socket.io": "2.2.0",
"socket.io": "2.4.1",
"uglify-es": "3.3.9"
}
}
4 changes: 2 additions & 2 deletions wcomponents-theme/src/main/sass/common/_combo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@
max-width: 100%;
overflow: auto;
z-index: $wc-z-index-common;

// #1747 build-source-order dependent flaw - single attibute selector
// can clash with [aria-busy='true'] which uses position:relative to place spinner
&,
&[aria-busy='true'] {
position: absolute;
position: absolute;
}

dialog & {
Expand Down

0 comments on commit c1e5354

Please sign in to comment.