@spark-hire/bootstrap-themes 1.0.5 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-hire/bootstrap-themes",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "Custom Bootstrap 4 Themes",
5
5
  "repository": {
6
6
  "type": "git",
package/scss/buttons.scss CHANGED
@@ -194,6 +194,14 @@ fieldset[disabled] .btn {
194
194
  color: $white;
195
195
  }
196
196
 
197
+ .btn-link {
198
+ vertical-align: baseline;
199
+
200
+ &:hover {
201
+ text-decoration: underline;
202
+ }
203
+ }
204
+
197
205
  // ADA compliance
198
206
  .btn:focus-visible {
199
207
  outline: solid;