Skip to content

Commit

Permalink
Merge branch '3.x' into 3.5-release
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Jul 3, 2023
2 parents 854b76b + 5b28e0b commit 7ebd148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/helper/scripts/highlightElement.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports.highlightElement = (element, context) => {

const clientSideHighlightFn = el => {
const style = '0px 0px 4px 3px rgba(255, 0, 0, 0.7)';
const prevStyle = el.style.boxShadow;
Expand Down

0 comments on commit 7ebd148

Please sign in to comment.