Skip to content
Snippets Groups Projects

feat(Bootstrap): Remove color variable settings in _reboot.scss

All threads resolved!
1 file
+ 0
26
Compare changes
  • Side-by-side
  • Inline
@@ -176,32 +176,6 @@ sub { bottom: -.25em; }
sup { top: -.5em; }
//
// Links
//
a {
text-decoration: $link-decoration;
@include hover() {
text-decoration: $link-hover-decoration;
}
}
// And undo these styles for placeholder links/named anchors (without href).
// 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.
// See https://github.com/twbs/bootstrap/issues/19402
a:not([href]):not([class]) {
text-decoration: none;
@include hover() {
text-decoration: none;
}
}
//
// Code
//
Loading