This is an automated email from the ASF dual-hosted git repository.

hshpak pushed a commit to branch 
fix/DATALAB-2955/scope-of-bugs-for-view-list-of-filtered-images
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit c8958536f5f8fa201d7e85e5fd59530499006cff
Author: Hennadii_Shpak <[email protected]>
AuthorDate: Tue Aug 9 16:48:31 2022 +0300

    fixed checkbox behavior in filter form
---
 .../resources/exploratory/page-filter/page-filter.component.scss    | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/page-filter/page-filter.component.scss
 
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/page-filter/page-filter.component.scss
index 3a07d2f68..3754ff17a 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/page-filter/page-filter.component.scss
+++ 
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/page-filter/page-filter.component.scss
@@ -50,6 +50,12 @@
   transform: translateX(-15px) !important;
 }
 
+::ng-deep .cdk-overlay-pane.normalized-dropdown-position {
+  &  .mat-option:first-child .mat-pseudo-checkbox {
+    display: block;
+  }
+}
+
 .select__value {
   color: #607d8b;
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to