Skip to content
Snippets Groups Projects
Commit 7948d688 authored by Kevin Paxman's avatar Kevin Paxman Committed by Martin Leblanc
Browse files

ISTWCMS-7059: remove anything that was preventing the yellow box action link...

ISTWCMS-7059: remove anything that was preventing the yellow box action link from having an underline
parent 6c9865ba
No related branches found
No related tags found
1 merge request!219ISTWCMS-7059: remove anything that was preventing the yellow box action link...
...@@ -534,7 +534,6 @@ a { ...@@ -534,7 +534,6 @@ a {
.timeline-info__withlink &, .timeline-info__withlink &,
.ui-dialog-content &, .ui-dialog-content &,
.messages--status &, .messages--status &,
.uw-content-moderation &,
.view-interact &, .view-interact &,
&.uw-link-list__buttons, &.uw-link-list__buttons,
&.uw-link-list__option, &.uw-link-list__option,
......
...@@ -127,7 +127,6 @@ ...@@ -127,7 +127,6 @@
.timeline-info__withlink a, .timeline-info__withlink a,
.ui-dialog-content a, .ui-dialog-content a,
.messages--status a, .messages--status a,
.uw-content-moderation a,
.view-interact a { .view-interact a {
@include link-no-underline( @include link-no-underline(
var(--uw-black), var(--uw-black),
...@@ -135,6 +134,7 @@ ...@@ -135,6 +134,7 @@
); );
text-shadow: none; text-shadow: none;
} }
.toolbar-tray a { .toolbar-tray a {
@include link-reverse( @include link-reverse(
var(--uw-black), var(--uw-black),
...@@ -324,7 +324,6 @@ ...@@ -324,7 +324,6 @@
.timeline-info__withlink a, .timeline-info__withlink a,
.ui-dialog-content a, .ui-dialog-content a,
.messages--status a, .messages--status a,
.uw-content-moderation a,
.view-interact a { .view-interact a {
@include link-no-underline( @include link-no-underline(
var(--uw-black), var(--uw-black),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment