Bert Leunis pushed to branch feature/CHANNELMGR-1391 at cms-community / 
hippo-addon-channel-manager


Commits:
e6804024 by Bert Leunis at 2018-03-19T13:41:00+01:00
CHANNELMGR-1391 focus effect on separate date fields but not by classes on the 
md-input-container

The md-input-focused class on the md-input-container adds a blue border under 
the input fields in the container. But that is also done by the focus of any of 
the fields itself in this container. So for a datefield the effect of 
md-input-focused should be neutralized.

- - - - -


1 changed file:

- 
frontend-ng/src/app/channel/sidePanels/rightSidePanel/contentEditor/contentEditor.scss


Changes:

=====================================
frontend-ng/src/app/channel/sidePanels/rightSidePanel/contentEditor/contentEditor.scss
=====================================
--- 
a/frontend-ng/src/app/channel/sidePanels/rightSidePanel/contentEditor/contentEditor.scss
+++ 
b/frontend-ng/src/app/channel/sidePanels/rightSidePanel/contentEditor/contentEditor.scss
@@ -27,6 +27,10 @@ content-editor {
     margin-bottom: $form-dense-distance;
   }
 
+  md-input-container.md-input-focused date-field .md-input {
+    border-bottom-width: 0;
+  }
+
   // multiple fields should only have 1 error message visible
   md-input-container:not(:last-child) .md-errors-spacer {
     height: 0;



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/e68040246022d01b903ccde6f0faec5e38723934

---
View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/e68040246022d01b903ccde6f0faec5e38723934
You're receiving this email because of your account on code.onehippo.org.
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to