File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 206206 & :not (:last-child ) {
207207 @include border-end-radius (0 );
208208
209- .card-img-top ,
210- .card-header {
209+ > .card-img-top ,
210+ > .card-header {
211211 // stylelint-disable-next-line property-disallowed-list
212212 border-top-right-radius : 0 ;
213213 }
214- .card-img-bottom ,
215- .card-footer {
214+ > .card-img-bottom ,
215+ > .card-footer {
216216 // stylelint-disable-next-line property-disallowed-list
217217 border-bottom-right-radius : 0 ;
218218 }
221221 & :not (:first-child ) {
222222 @include border-start-radius (0 );
223223
224- .card-img-top ,
225- .card-header {
224+ > .card-img-top ,
225+ > .card-header {
226226 // stylelint-disable-next-line property-disallowed-list
227227 border-top-left-radius : 0 ;
228228 }
229- .card-img-bottom ,
230- .card-footer {
229+ > .card-img-bottom ,
230+ > .card-footer {
231231 // stylelint-disable-next-line property-disallowed-list
232232 border-bottom-left-radius : 0 ;
233233 }
You can’t perform that action at this time.
0 commit comments