We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4daf753 commit e41ed0eCopy full SHA for e41ed0e
CHANGELOG.md
@@ -49,8 +49,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
49
### Fixed
50
51
- component file structure
52
+- ButtonLink.js styles
53
-### Changed
54
+### Changed
55
56
- components folder structure
-- relative to absolute imports with aliases
57
+- relative to absolute imports with aliases
styles/ButtonLink.module.scss
@@ -13,10 +13,11 @@
13
min-width: 16rem;
14
display: inline-block;
15
border: 1px solid $primary-content-color;
16
+ text-decoration: none !important;
17
@include transition(all 0.3s ease);
18
19
&:hover {
- text-decoration: none;
20
+ opacity: 1 !important;
21
}
22
23
&.inverted-grey {
0 commit comments