Skip to content

Commit c9775c7

Browse files
committed
Merge branch 'TMS-1164' into stage
2 parents efa8702 + 85ece83 commit c9775c7

File tree

4 files changed

+17
-26
lines changed

4 files changed

+17
-26
lines changed

assets/styles/layouts/_image-carousel.scss

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,26 @@
2020
}
2121
}
2222

23-
.slick-arrow {
24-
width: 2.5rem;
25-
height: 2.5rem;
26-
}
23+
.slick-arrow {
24+
width: 2.5rem;
25+
height: 2.5rem;
26+
}
2727

28-
.slick-prev {
29-
left: 0.5rem;
30-
padding: 0 !important;
31-
}
28+
.slick-prev {
29+
left: 0.5rem;
30+
padding: 0 !important;
31+
}
3232

33-
.slick-next {
34-
right: 0.5rem;
35-
padding: 0 !important;
36-
}
33+
.slick-next {
34+
right: 0.5rem;
35+
padding: 0 !important;
36+
}
3737

3838

3939
&__modal-control {
4040

4141
&.slick-arrow {
42-
background-color: transparent;
4342
border: none;
44-
45-
.icon {
46-
fill: $white;
47-
}
4843
}
4944
}
5045

assets/styles/ui-components/_forms.scss

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ select {
5353

5454
button[type="submit"] {
5555

56-
&:after {
56+
&:after {
5757
mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><path d="M2.13436 0L0.365646 1.76877L6.09688 7.5L0.365646 13.2312L2.13436 15L9.63436 7.5L2.13436 0Z"/></svg>');
5858
mask-size: cover;
5959
mask-repeat: no-repeat;
@@ -78,7 +78,7 @@ select {
7878

7979
.gfield_checkbox {
8080

81-
label {
81+
label {
8282
&::before {
8383
margin-top: 0.25rem;
8484
}
@@ -103,10 +103,8 @@ select {
103103
.gform_delete_file {
104104

105105
&:hover,
106-
&:focus {
107-
border-color: $black !important;
108-
background-color: $white !important;
109-
color: $black !important;
106+
&:focus,
107+
&:active {
110108
outline: 0.15rem dotted $black !important;
111109
outline-offset: 0.25rem !important;
112110
}

assets/styles/ui-components/_image-gallery.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
&:hover {
77
outline: none !important;
8+
border-color: $white !important;
89
}
910

1011
&:focus {

assets/styles/ui-components/_modal.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
}
2929

3030
.slick-arrow {
31-
.icon {
32-
fill: $white !important; // sass-lint:disable-line no-important
33-
}
3431
&:hover {
3532
background-color: $white;
3633
.icon {

0 commit comments

Comments
 (0)