We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ba33a commit 8795cecCopy full SHA for 8795cec
src/scss/custom/_demo.scss
@@ -138,9 +138,11 @@
138
// social button share (addthis)
139
.addthis-smartlayers {
140
.at-share-btn {
141
- &:hover {
142
- border-top-right-radius: $border-radius;
143
- border-bottom-right-radius: $border-radius;
+ @include media-breakpoint-up(lg) {
+ &:hover {
+ border-top-right-radius: $border-radius;
144
+ border-bottom-right-radius: $border-radius;
145
+ }
146
}
147
&:focus {
148
outline: none;
0 commit comments