general-library-union 3.1.40 → 3.1.41
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
|
@@ -5716,6 +5716,8 @@ background: var(--color-75) !important;
|
|
|
5716
5716
|
.elemento-clickeable {
|
|
5717
5717
|
display: table;
|
|
5718
5718
|
margin: 0;
|
|
5719
|
+
background: transparent;
|
|
5720
|
+
border: none;
|
|
5719
5721
|
}
|
|
5720
5722
|
|
|
5721
5723
|
button.elemento-clickeable:focus-visible {
|
|
@@ -5731,6 +5733,7 @@ button.elemento-clickeable:focus-visible {
|
|
|
5731
5733
|
|
|
5732
5734
|
.elemento-clickeable span {
|
|
5733
5735
|
font-size: 0.87rem;
|
|
5736
|
+
color: #fff;
|
|
5734
5737
|
}
|
|
5735
5738
|
|
|
5736
5739
|
.elemento-seleccionado {
|