Skip to content

Commit 98b0a13

Browse files
committed
Lightbox: Added Button to jump to current image within the conversation
1 parent 18d3311 commit 98b0a13

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

stylesheets/components/Lightbox.scss

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555

5656
&__thumbnail {
5757
@include mixins.button-reset;
58-
5958
& {
6059
position: relative;
6160
border-radius: 6px;
@@ -88,7 +87,6 @@
8887
'../images/image.svg',
8988
variables.$color-gray-25
9089
);
91-
9290
& {
9391
height: 100%;
9492
width: 100%;
@@ -137,7 +135,6 @@
137135

138136
&__unsupported {
139137
@include mixins.button-reset;
140-
141138
& {
142139
flex-grow: 1;
143140
height: 100%;
@@ -298,7 +295,6 @@
298295

299296
&__button {
300297
@include mixins.button-reset;
301-
302298
& {
303299
border-radius: 4px;
304300
display: inline-block;
@@ -326,26 +322,26 @@
326322
&--forward {
327323
&::before {
328324
@include mixins.color-svg(
329-
'../images/icons/v3/forward/forward.svg',
330-
variables.$color-gray-15
325+
'../images/icons/v3/forward/forward.svg',
326+
variables.$color-gray-15
331327
);
332328
}
333329
}
334330

335331
&--save {
336332
&::before {
337333
@include mixins.color-svg(
338-
'../images/icons/v3/save/save.svg',
339-
variables.$color-gray-15
334+
'../images/icons/v3/save/save.svg',
335+
variables.$color-gray-15
340336
);
341337
}
342338
}
343339

344340
&--jump {
345341
&::before {
346342
@include mixins.color-svg(
347-
'../images/icons/v3/chat/chat.svg',
348-
variables.$color-gray-15
343+
'../images/icons/v3/chat/chat.svg',
344+
variables.$color-gray-15
349345
);
350346
}
351347
}
@@ -384,7 +380,6 @@
384380
}
385381

386382
outline: none;
387-
388383
&:focus {
389384
outline: none;
390385
}

0 commit comments

Comments
 (0)