@exakt/ui 0.0.22 → 0.0.24
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/module.json
CHANGED
|
@@ -175,7 +175,6 @@ const hoverColor = computed(() => {
|
|
|
175
175
|
font-family: var(--e-font-family);
|
|
176
176
|
box-sizing: border-box;
|
|
177
177
|
|
|
178
|
-
|
|
179
178
|
border: transparent solid 0.1rem;
|
|
180
179
|
&:focus-visible {
|
|
181
180
|
transition: border-width 0.2s;
|
|
@@ -219,6 +218,7 @@ const hoverColor = computed(() => {
|
|
|
219
218
|
border-radius: 100%;
|
|
220
219
|
height: 4.2rem;
|
|
221
220
|
z-index: 3;
|
|
221
|
+
padding: 0 !important;
|
|
222
222
|
}
|
|
223
223
|
|
|
224
224
|
&.block {
|