@@ -6,9 +6,7 @@ $list-padding-sm: $spacing-squish-xs !default;
66$list-padding-md : $spacing-squish-sm !default ;
77$list-padding-lg : $spacing-squish-lg !default ;
88$list-border-width : $component-border-width !default ;
9- $list-border-radius-sm : $component-border-radius-sm !default ;
10- $list-border-radius-md : $component-border-radius-md !default ;
11- $list-border-radius-lg : $component-border-radius-lg !default ;
9+ $list-border-radius : $component-border-radius-md !default ;
1210$list-border-color : $grey-weak !default ;
1311$list-hover-color : $grey-light !default ;
1412
@@ -60,14 +58,14 @@ $list-hover-color: $grey-light !default;
6058 margin-bottom : (0 - $list-border-width );
6159
6260 & :first-child {
63- border-top-left-radius : $list-border-radius-md ;
64- border-top-right-radius : $list-border-radius-md ;
61+ border-top-left-radius : $list-border-radius ;
62+ border-top-right-radius : $list-border-radius ;
6563 }
6664
6765 & :last-child {
6866 margin-bottom : 0 ;
69- border-bottom-left-radius : $list-border-radius-md ;
70- border-bottom-right-radius : $list-border-radius-md ;
67+ border-bottom-left-radius : $list-border-radius ;
68+ border-bottom-right-radius : $list-border-radius ;
7169 }
7270 }
7371}
@@ -87,14 +85,14 @@ $list-hover-color: $grey-light !default;
8785 padding-right : nth ($list-padding-sm , 2 );
8886
8987 & :first-child {
90- border-top-left-radius : $list-border-radius-sm ;
91- border-top-right-radius : $list-border-radius-sm ;
88+ border-top-left-radius : $list-border-radius ;
89+ border-top-right-radius : $list-border-radius ;
9290 }
9391
9492 & :last-child {
9593 margin-bottom : 0 ;
96- border-bottom-left-radius : $list-border-radius-sm ;
97- border-bottom-right-radius : $list-border-radius-sm ;
94+ border-bottom-left-radius : $list-border-radius ;
95+ border-bottom-right-radius : $list-border-radius ;
9896 }
9997 }
10098 }
@@ -115,14 +113,14 @@ $list-hover-color: $grey-light !default;
115113 padding-right : nth ($list-padding-lg , 2 );
116114
117115 & :first-child {
118- border-top-left-radius : $list-border-radius-lg ;
119- border-top-right-radius : $list-border-radius-lg ;
116+ border-top-left-radius : $list-border-radius ;
117+ border-top-right-radius : $list-border-radius ;
120118 }
121119
122120 & :last-child {
123121 margin-bottom : 0 ;
124- border-bottom-left-radius : $list-border-radius-lg ;
125- border-bottom-right-radius : $list-border-radius-lg ;
122+ border-bottom-left-radius : $list-border-radius ;
123+ border-bottom-right-radius : $list-border-radius ;
126124 }
127125 }
128126 }
0 commit comments