diff options
| author | Mark Otto <[email protected]> | 2016-11-23 11:45:11 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-11-23 11:45:11 -0800 |
| commit | 4332a5cc021e46a7b1fb63775864b12e225893af (patch) | |
| tree | e2c8c439a5997d71cf250320ec196a7790337fce | |
| parent | 7124388fdb368f6ce33e3f7a6eff91ceba0b7235 (diff) | |
| parent | 1e06ae1bfeff5e30a7ef90af0fbdc7e2c47d9556 (diff) | |
| download | bootstrap-4332a5cc021e46a7b1fb63775864b12e225893af.tar.xz bootstrap-4332a5cc021e46a7b1fb63775864b12e225893af.zip | |
Merge pull request #21068 from twbs/list-group-border-color
switch to rgba for list-group border color
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 961988e78..d8c2a8e6a 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -821,7 +821,7 @@ $progress-bar-info-bg: $brand-info !default; // 28. List group $list-group-bg: #fff !default; -$list-group-border-color: #ddd !default; +$list-group-border-color: rgba(0,0,0,.125) !default; $list-group-border-width: $border-width !default; $list-group-border-radius: $border-radius !default; |
