@airpower/web 1.10.12 → 1.10.14
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/web.css +5 -0
- package/package.json +1 -1
package/dist/web.css
CHANGED
|
@@ -1416,6 +1416,11 @@ textarea {
|
|
|
1416
1416
|
height: 14px !important;
|
|
1417
1417
|
line-height: 14px !important;
|
|
1418
1418
|
font-weight: bolder;
|
|
1419
|
+
outline: none;
|
|
1420
|
+
border: none;
|
|
1421
|
+
background: transparent;
|
|
1422
|
+
width: 20px !important;
|
|
1423
|
+
margin-right: 0px !important;
|
|
1419
1424
|
}.a-tree-box {
|
|
1420
1425
|
display: flex;
|
|
1421
1426
|
flex-direction: row;
|