general-library-union 3.3.16 → 3.3.17
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
|
@@ -1805,6 +1805,13 @@ min-height: 60px !important;
|
|
|
1805
1805
|
.layout-search-panel input::placeholder{
|
|
1806
1806
|
color: #414141 !important;
|
|
1807
1807
|
}
|
|
1808
|
+
|
|
1809
|
+
li.layout-topbar-search:focus-visible {
|
|
1810
|
+
outline: solid 3px var(--color-400);
|
|
1811
|
+
border-radius: 4px;
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1814
|
+
|
|
1808
1815
|
.p-minute-picker button.p-ripple:nth-child(1) {
|
|
1809
1816
|
position: absolute;
|
|
1810
1817
|
top: -4px;
|