Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- TMS-1204: Add expand-icon for image gallery item if it is expandable
- TMS-1203: Style changes:
- Change text color to black
- Change text links to be underlined by default
Expand Down
17 changes: 17 additions & 0 deletions assets/icons/expand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import './drawing.svg';
import './droplet.svg';
import './email.svg';
import './euro.svg';
import './expand.svg';
import './external.svg';
import './facebook.svg';
import './file.svg';
Expand Down
8 changes: 8 additions & 0 deletions assets/styles/blocks/custom/_image-gallery.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
height: 100% !important;
object-fit: cover;
}

.icon-container {
display: flex;
justify-content: center;
align-items: center;
height: 2rem;
width: 2rem;
}
}

.modal {
Expand Down
Binary file modified lang/fi.mo
Binary file not shown.
Loading
Loading