Skip to content

Commit

Permalink
IBX-7928: As a developer, I want to have newest patch version of esli…
Browse files Browse the repository at this point in the history
…nt config installed
  • Loading branch information
GrabowskiM committed Mar 11, 2024
1 parent 9fbe467 commit 2f3d6d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"prettier": "eslint-config-ibexa/prettier",
"dependencies": {},
"devDependencies": {
"eslint-config-ibexa": "https://github.com/ibexa/eslint-config-ibexa.git#v1.0.0"
"eslint-config-ibexa": "https://github.com/ibexa/eslint-config-ibexa.git#~v1.1.0"
},
"scripts": {
"test": "yarn prettier-test && yarn eslint-test",
Expand Down
4 changes: 3 additions & 1 deletion src/bundle/Resources/public/scss/_balloon-form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@

&:hover {
color: $ibexa-color-white;
box-shadow: 0 0 0 transparent, $ibexa-btn-hover-box-shadow;
box-shadow:
0 0 0 transparent,
$ibexa-btn-hover-box-shadow;
}

&:hover:focus {
Expand Down

0 comments on commit 2f3d6d9

Please sign in to comment.