@appartmint/mint 0.12.6 → 0.12.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/dist/css/mint.css CHANGED
@@ -161,6 +161,21 @@
161
161
  background: var(--mint-trans);
162
162
  border-color: var(--mint-trans);
163
163
  }
164
+ .mint-btn a,
165
+ .mint-btn-group a,
166
+ .mint-pill a {
167
+ color: inherit;
168
+ }
169
+ .mint-btn a:hover,
170
+ .mint-btn-group a:hover,
171
+ .mint-pill a:hover {
172
+ color: inherit;
173
+ }
174
+ .mint-btn a i,
175
+ .mint-btn-group a i,
176
+ .mint-pill a i {
177
+ display: none;
178
+ }
164
179
 
165
180
  .mint-btn {
166
181
  padding: 0.5rem 1.75rem;