diff options
| author | Martijn Cuppens <[email protected]> | 2020-03-05 15:22:52 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-05 15:22:52 +0100 |
| commit | d9215ebd5a70ed84ea34337036a712d189fc6b91 (patch) | |
| tree | 557f572c052140b181e0f729123660ff27e400a7 /scss/_list-group.scss | |
| parent | 59c5d7599d5639b53c8d5ec53ad8258193482b93 (diff) | |
| download | bootstrap-d9215ebd5a70ed84ea34337036a712d189fc6b91.tar.xz bootstrap-d9215ebd5a70ed84ea34337036a712d189fc6b91.zip | |
$link-decoration: underline affects some components (#30262)
Co-authored-by: Shohei Yoshida <[email protected]>
Co-authored-by: Martijn Cuppens <[email protected]>
Diffstat (limited to 'scss/_list-group.scss')
| -rw-r--r-- | scss/_list-group.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_list-group.scss b/scss/_list-group.scss index 057eb8057..a7fa9f702 100644 --- a/scss/_list-group.scss +++ b/scss/_list-group.scss @@ -48,6 +48,7 @@ padding: $list-group-item-padding-y $list-group-item-padding-x; margin-bottom: 0; // for <label> variations color: $list-group-color; + text-decoration: if($link-decoration == none, null, none); background-color: $list-group-bg; border: $list-group-border-width solid $list-group-border-color; |
