You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2019/06/07 17:07:43 UTC

[nifi-fds] branch master updated: [NIFI-6358] update button group toggle focus overlay hover style

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

mcgilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-fds.git


The following commit(s) were added to refs/heads/master by this push:
     new 96fa575  [NIFI-6358] update button group toggle focus overlay hover style
96fa575 is described below

commit 96fa575aa0f7a224bc475ce21d684cd89c41ddc0
Author: Scott Aslan <sc...@gmail.com>
AuthorDate: Thu Jun 6 23:10:26 2019 -0400

    [NIFI-6358] update button group toggle focus overlay hover style
    
    This closes #27
---
 platform/core/common/styles/_buttonToggles.scss | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/platform/core/common/styles/_buttonToggles.scss b/platform/core/common/styles/_buttonToggles.scss
index 9450a1e..2c5216b 100644
--- a/platform/core/common/styles/_buttonToggles.scss
+++ b/platform/core/common/styles/_buttonToggles.scss
@@ -53,6 +53,10 @@ body[fds] .expansion-panel-filter-toggle-group div {
   line-height: normal;
 }
 
+body[fds] .mat-button-toggle-checked .mat-button-toggle-focus-overlay {
+    border-bottom: none;
+}
+
 body[fds] .tab-toggle-group {
   box-shadow: none !important;
   border: none;