Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2017-10-23 18:27:13 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2017-10-23 18:27:13 +0300
commit5ae93e717519e910360350e6c0396efae8aff716 (patch)
treefd05b920d0ef80e06c0cb942c3acbd85c63004a2 /assets/stylesheets/bootstrap/_list-group.scss
parentff5dc4bbb1dedd440dfd4e48da91a1bd7373e853 (diff)
rake update[v4-dev]
Diffstat (limited to 'assets/stylesheets/bootstrap/_list-group.scss')
-rw-r--r--assets/stylesheets/bootstrap/_list-group.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/stylesheets/bootstrap/_list-group.scss b/assets/stylesheets/bootstrap/_list-group.scss
index 7e0b19e..d771364 100644
--- a/assets/stylesheets/bootstrap/_list-group.scss
+++ b/assets/stylesheets/bootstrap/_list-group.scss
@@ -70,7 +70,7 @@
// Include both here for `<a>`s and `<button>`s
&.active {
- z-index: 2; // Place active items above their siblings for proper border styling
+ z-index: 1; // Place active items above their siblings for proper border styling
color: $list-group-active-color;
background-color: $list-group-active-bg;
border-color: $list-group-active-border-color;
@@ -87,7 +87,7 @@
.list-group-item {
border-right: 0;
border-left: 0;
- border-radius: 0;
+ @include border-radius(0);
}
&:first-child {