File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
felayout_t3kit/dev/styles/main/contentElements Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -7158,6 +7158,16 @@ div.awesomplete li[aria-selected="true"] mark {
71587158 & > .icons :after {
71597159 border-color : fade (@social-icons-hover-color , 50% );
71607160 }
7161+
7162+ // ie11 and edge fix for underline on icon - text-decoration has to be styled before it can be unstyled
7163+ & > .icons :before when not (@link-hover-decoration = none ) {
7164+ text-decoration : @link-hover-decoration ;
7165+ }
7166+
7167+ & > .icons :before when not (@link-hover-decoration = none ) {
7168+ text-decoration : none ;
7169+ }
7170+ // end fix
71617171 }
71627172}
71637173
Original file line number Diff line number Diff line change 4949 & > .icons :after {
5050 border-color : fade (@social-icons-hover-color , 50% );
5151 }
52+
53+ // ie11 and edge fix for underline on icon - text-decoration has to be styled before it can be unstyled
54+ & > .icons :before when not (@link-hover-decoration = none ) {
55+ text-decoration : @link-hover-decoration ;
56+ }
57+
58+ & > .icons :before when not (@link-hover-decoration = none ) {
59+ text-decoration : none ;
60+ }
61+ // end fix
5262 }
5363}
5464
You can’t perform that action at this time.
0 commit comments