@bigtablet/design-system 2.2.1 → 2.2.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/dist/index.css +3 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1864,7 +1864,8 @@
|
|
|
1864
1864
|
margin: 0;
|
|
1865
1865
|
min-inline-size: 0;
|
|
1866
1866
|
width: 100%;
|
|
1867
|
-
|
|
1867
|
+
background-color: #FFFFFF;
|
|
1868
|
+
transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
|
|
1868
1869
|
}
|
|
1869
1870
|
.text_field_container:hover {
|
|
1870
1871
|
border-color: #B3B3B3;
|
|
@@ -1999,6 +2000,7 @@
|
|
|
1999
2000
|
}
|
|
2000
2001
|
.text_field_disabled .text_field_container {
|
|
2001
2002
|
border-color: rgba(26, 26, 26, 0.12);
|
|
2003
|
+
background-color: #F4F4F4;
|
|
2002
2004
|
}
|
|
2003
2005
|
.text_field_disabled .text_field_container:hover {
|
|
2004
2006
|
border-color: rgba(26, 26, 26, 0.12);
|