Dashboard

From efb3fc402ed8e25b0accbb73e185fb9a936cea52 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Thu, 5 Mar 2020 15:22:52 +0100 Subject: [PATCH 04/16] $link-decoration: underline affects some components (#30262) Co-authored-by: Shohei Yoshida Co-authored-by: Martijn Cuppens --- scss/_buttons.scss | 1 + scss/_dropdown.scss | 1 + scss/_list-group.scss | 1 + scss/_nav.scss | 1 + scss/_pagination.scss | 1 + 5 files changed, 5 insertions(+) diff --git a/scss/_buttons.scss b/scss/_buttons.scss index bf7814865ec2..218a2782d36a 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -10,6 +10,7 @@ font-weight: $btn-font-weight; color: $body-color; text-align: center; + text-decoration: if($link-decoration == none, null, none); white-space: $btn-white-space; vertical-align: middle; user-select: none; diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index bf458ecf743b..2ab7536e1344 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -128,6 +128,7 @@ font-weight: $font-weight-normal; color: $dropdown-link-color; text-align: inherit; // For `