mirror of https://github.com/twbs/bootstrap.git
_reboot.scss: Capitalization & periods in comment
For consistency with the rest of the file [ci skip]
This commit is contained in:
parent
40c81c2ba3
commit
9aed469be8
|
@ -171,10 +171,10 @@ a {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// and undo these styles for placeholder links/named anchors (without href)
|
// And undo these styles for placeholder links/named anchors (without href).
|
||||||
// would be more straightforward to just use a[href] in previous block, but this
|
// It would be more straightforward to just use a[href] in previous block, but that
|
||||||
// causes specificity issues in many other styles that are too complex to fix
|
// causes specificity issues in many other styles that are too complex to fix.
|
||||||
// see https://github.com/twbs/bootstrap/issues/19402
|
// See https://github.com/twbs/bootstrap/issues/19402
|
||||||
|
|
||||||
a:not([href]) {
|
a:not([href]) {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
Loading…
Reference in New Issue