Skip to content

Commit 3342e0d

Browse files
mesosadmh
authored andcommitted
[BUGFIX] remove box-shadow on active state when clicking big-icon-text element with whole area as link (#480)
1 parent 3e9c68d commit 3342e0d

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

Resources/Public/css/main.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Public/less/main.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5498,6 +5498,10 @@ div.awesomplete li[aria-selected="true"] mark {
54985498
border: none;
54995499
background: transparent;
55005500
z-index: 1;
5501+
5502+
&:active {
5503+
box-shadow: none;
5504+
}
55015505
}
55025506

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

felayout_t3kit/dev/styles/main/contentElements/bigIconTextButton.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@
7171
border: none;
7272
background: transparent;
7373
z-index: 1;
74+
75+
&:active {
76+
box-shadow: none;
77+
}
7478
}
7579

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

0 commit comments

Comments
 (0)