@aquera/ngx-smart-table 0.0.36 → 0.0.37
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.
|
@@ -3886,15 +3886,21 @@ function injectDropdownStyles() {
|
|
|
3886
3886
|
nile-select.st-cell-editor::part(combobox) {
|
|
3887
3887
|
background-color: transparent !important;
|
|
3888
3888
|
border: solid 1px transparent !important;
|
|
3889
|
+
/* Suppress nile-select's open-state blue inset ring (box-shadow: 0 0 0 1px
|
|
3890
|
+
border-brand inset) so it does not show a second border inside the table
|
|
3891
|
+
cell's own focus outline. */
|
|
3892
|
+
box-shadow: none !important;
|
|
3889
3893
|
margin: 0px !important;
|
|
3890
3894
|
max-height: 28px;
|
|
3891
3895
|
}
|
|
3892
3896
|
nile-select.st-cell-editor::part(combobox):hover {
|
|
3893
3897
|
border: solid 1px transparent !important;
|
|
3898
|
+
box-shadow: none !important;
|
|
3894
3899
|
}
|
|
3895
3900
|
.st-cell-editor::part(combobox) {
|
|
3896
3901
|
background-color: transparent !important;
|
|
3897
3902
|
border: solid 1px transparent !important;
|
|
3903
|
+
box-shadow: none !important;
|
|
3898
3904
|
margin: 0px !important;
|
|
3899
3905
|
max-height: 28px;
|
|
3900
3906
|
}
|