From commits-return-41190-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Fri Jun 7 17:07:44 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4965518067E for ; Fri, 7 Jun 2019 19:07:44 +0200 (CEST) Received: (qmail 87760 invoked by uid 500); 7 Jun 2019 17:07:43 -0000 Mailing-List: contact commits-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list commits@nifi.apache.org Received: (qmail 87750 invoked by uid 99); 7 Jun 2019 17:07:43 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jun 2019 17:07:43 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 8CBCD87A69; Fri, 7 Jun 2019 17:07:43 +0000 (UTC) Date: Fri, 07 Jun 2019 17:07:43 +0000 To: "commits@nifi.apache.org" Subject: [nifi-fds] branch master updated: [NIFI-6358] update button group toggle focus overlay hover style MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155992726353.5893.202055999170854619@gitbox.apache.org> From: mcgilman@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: nifi-fds X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 75825b950d56947ce0b45899926d9bd969a110c7 X-Git-Newrev: 96fa575aa0f7a224bc475ce21d684cd89c41ddc0 X-Git-Rev: 96fa575aa0f7a224bc475ce21d684cd89c41ddc0 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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;