Skip to content

Commit e41ed0e

Browse files
Fix ButtonLink.js styles
1 parent 4daf753 commit e41ed0e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4949
### Fixed
5050

5151
- component file structure
52+
- ButtonLink.js styles
5253

53-
### Changed
54+
### Changed
5455

5556
- components folder structure
56-
- relative to absolute imports with aliases
57+
- relative to absolute imports with aliases

styles/ButtonLink.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
min-width: 16rem;
1414
display: inline-block;
1515
border: 1px solid $primary-content-color;
16+
text-decoration: none !important;
1617
@include transition(all 0.3s ease);
1718

1819
&:hover {
19-
text-decoration: none;
20+
opacity: 1 !important;
2021
}
2122

2223
&.inverted-grey {

0 commit comments

Comments
 (0)