Skip to content

Commit

Permalink
Merge pull request #157 from devgeniem/TMS-997
Browse files Browse the repository at this point in the history
TMS-997: Change textblock-layout button style
  • Loading branch information
eebbi authored Nov 20, 2023
2 parents 3db811d + 34d2058 commit 517a71b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.18.4] - 2023-11-21

- TMS-997: Change textblock button border-color if no bg-color is selected

## [1.18.3] - 2023-10-23

- TMS-970: Add image meta to content-columns component
Expand Down
8 changes: 8 additions & 0 deletions assets/styles/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,13 @@ main {
> p > a {
text-decoration: underline;
}

.button.is-no_color-invert {
border-color: $primary;

&:hover {
border-color: $color-white;
}
}
}
}
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Theme Name: TMS Theme Muumimuseo
* Description: Tampere Multisite Muumimuseo Theme
* Version: 1.18.2
* Version: 1.18.4
* Author: Geniem
* Author URI: https://geniem.fi
* Template: tms-theme-base
Expand Down

0 comments on commit 517a71b

Please sign in to comment.