mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-29 16:19:53 +02:00
Merge branch 'v4-dev' into form-tweaks
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
}
|
||||
.card-link {
|
||||
@include hover-focus {
|
||||
color: $card-link-hover-color;
|
||||
color: $card-inverse-link-hover-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -37,6 +37,7 @@
|
||||
.col#{$infix}-auto {
|
||||
flex: 0 0 auto;
|
||||
width: auto;
|
||||
max-width: none; // Reset earlier grid tiers
|
||||
}
|
||||
|
||||
@for $i from 1 through $columns {
|
||||
|
Reference in New Issue
Block a user