Skip to content

Commit

Permalink
Merge pull request #7 from codesyntax/develop
Browse files Browse the repository at this point in the history
Editor icon background color on hover
  • Loading branch information
UnaiEtxaburu authored Jan 26, 2023
2 parents 54e11fc + 86a0d84 commit ecd89d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git config
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.6.0",
"description": "@codesyntax/volto-featured-block: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
"author": "Ion Lizarazu <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/codesyntax/volto-featured-block",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions src/components/Blocks/FeaturedBlock/imageEditor.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
font-size: 0.8rem;
}

.ui.image:hover {
.image-editor-icon:hover {
background-color: #e0e1e2;
border-radius: 0.2rem;
cursor: pointer;
}

0 comments on commit ecd89d3

Please sign in to comment.