@adamjanicki/ui 1.1.1 → 1.1.2
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 +1 -1
- package/style.css +7 -1
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
/* Modal */
|
|
101
101
|
--ajui-layer-backdrop-background: rgba(0, 0, 0, 0.4);
|
|
102
102
|
/* Link */
|
|
103
|
-
--ajui-link-color: #
|
|
103
|
+
--ajui-link-color: #009ef3;
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
a:not([disabled]):is(:focus-visible),
|
|
@@ -269,6 +269,12 @@ a {
|
|
|
269
269
|
display: flex;
|
|
270
270
|
align-items: center;
|
|
271
271
|
flex-direction: row;
|
|
272
|
+
overflow: scroll;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.ajui-icon-input input {
|
|
276
|
+
background-color: transparent;
|
|
277
|
+
width: 100%;
|
|
272
278
|
}
|
|
273
279
|
|
|
274
280
|
.ajui-input-default {
|