@bwp-web/components 1.0.8 → 1.0.9
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.js
CHANGED
|
@@ -2682,7 +2682,10 @@ function BiampGlobalSearch({
|
|
|
2682
2682
|
fullWidth: true,
|
|
2683
2683
|
sx: {
|
|
2684
2684
|
"& .MuiOutlinedInput-root": { padding: "0px !important" },
|
|
2685
|
-
"& .MuiInputBase-input": { paddingLeft: "8px !important" }
|
|
2685
|
+
"& .MuiInputBase-input": { paddingLeft: "8px !important" },
|
|
2686
|
+
"& .MuiOutlinedInput-root:not(:hover):not(.Mui-focused) .MuiOutlinedInput-notchedOutline": {
|
|
2687
|
+
border: "none"
|
|
2688
|
+
}
|
|
2686
2689
|
},
|
|
2687
2690
|
slotProps: {
|
|
2688
2691
|
input: {
|