Skip to content

Commit

Permalink
[BUGFIX] remove box-shadow on active state when clicking big-icon-tex…
Browse files Browse the repository at this point in the history
…t element with whole area as link (#480)
  • Loading branch information
mesosa authored and dmh committed Mar 1, 2019
1 parent 3e9c68d commit 3342e0d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Resources/Public/css/main.css

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

4 changes: 4 additions & 0 deletions Resources/Public/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -5498,6 +5498,10 @@ div.awesomplete li[aria-selected="true"] mark {
border: none;
background: transparent;
z-index: 1;

&:active {
box-shadow: none;
}
}

.frontend_editing .big-icon-text-btn._whole-area-link .big-icon-text-btn__link {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@
border: none;
background: transparent;
z-index: 1;

&:active {
box-shadow: none;
}
}

.frontend_editing .big-icon-text-btn._whole-area-link .big-icon-text-btn__link {
Expand Down

0 comments on commit 3342e0d

Please sign in to comment.