Skip to content

Commit 32cfab6

Browse files
committed
Partial fix #3195
1 parent b9b7ab9 commit 32cfab6

File tree

14 files changed

+20
-2
lines changed

14 files changed

+20
-2
lines changed

src/shared/components/Contentful/ContentBlock/themes/general.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,16 @@
8686
}
8787

8888
a {
89-
color: #0d61bf !important;
89+
color: #0d61bf;
9090
text-decoration: underline;
9191

9292
&:visited {
93-
color: #8231a9 !important;
93+
color: #8231a9;
94+
}
95+
96+
&:hover {
97+
text-decoration: none;
98+
color: #0d61bf;
9499
}
95100
}
96101

src/shared/components/buttons/outline/tco/tco07.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
font-size: 15px !important;
44
font-weight: 500 !important;
55
background-color: #ee9e0b !important;
6+
text-decoration: none !important;
67

78
&:hover {
89
background-image: none !important;

src/shared/components/buttons/outline/tco/tco09.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
font-weight: 500 !important;
55
background-color: #5f9ab4 !important;
66
text-transform: uppercase !important;
7+
text-decoration: none !important;
78

89
&:hover {
910
background-image: none !important;

src/shared/components/buttons/outline/tco/tco10.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
font-size: 15px !important;
44
font-weight: 500 !important;
55
background-color: #006dea !important;
6+
text-decoration: none !important;
67

78
&:hover {
89
background-image: none !important;

src/shared/components/buttons/outline/tco/tco11.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
font-size: 15px !important;
44
font-weight: 500 !important;
55
background-color: #00566b !important;
6+
text-decoration: none !important;
67

78
&:hover {
89
background-image: none !important;

src/shared/components/buttons/outline/tco/tco12.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
font-size: 15px !important;
44
font-weight: 500 !important;
55
background-color: #ff8300 !important;
6+
text-decoration: none !important;
67

78
&:hover {
89
background-image: none !important;

src/shared/components/buttons/outline/tco/tco13.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
font-weight: 500 !important;
55
background-color: #0e477a !important;
66
text-transform: uppercase !important;
7+
text-decoration: none !important;
78

89
&:hover {
910
background-image: none !important;

src/shared/components/buttons/outline/tco/tco14.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
font-weight: 500 !important;
55
background-color: #43abe4 !important;
66
text-transform: uppercase !important;
7+
text-decoration: none !important;
78

89
&:hover {
910
background-image: none !important;

src/shared/components/buttons/outline/tco/tco16.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
font-size: 15px !important;
44
font-weight: 500 !important;
55
background-color: #ff6000 !important;
6+
text-decoration: none !important;
67

78
&:hover {
89
background-image: none !important;

src/shared/components/buttons/outline/tco/tco18.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
color: #fafafb !important;
33
font-size: 15px !important;
44
font-weight: 500 !important;
5+
text-decoration: none !important;
56
}

src/shared/components/buttons/outline/tco/tco19-lg.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ $tco-disabled-background: #e9e9e9;
2323
background-color: $tco-disabled-background !important;
2424
border-radius: 20px !important;
2525
border: none !important;
26+
text-decoration: none !important;
2627
}

src/shared/components/buttons/outline/tco/tco19-sec-lg.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ $tco-disabled-background: #e9e9e9;
2424
border-radius: 20px !important;
2525
border: none !important;
2626
color: $tc-white !important;
27+
text-decoration: none !important;
2728
}

src/shared/components/buttons/outline/tco/tco19-sec.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ $tco-disabled-background: #e9e9e9;
2424
border-radius: 15px !important;
2525
border: none !important;
2626
color: $tc-white !important;
27+
text-decoration: none !important;
2728
}

src/shared/components/buttons/outline/tco/tco19.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ $tco-disabled-background: #e9e9e9;
2323
background-color: $tco-disabled-background !important;
2424
border-radius: 20px !important;
2525
border: none !important;
26+
text-decoration: none !important;
2627
}

0 commit comments

Comments
 (0)