Commit 13b74165 authored by Shohei Yoshida's avatar Shohei Yoshida Committed by XhmikosR
Browse files

Fix reboot for placeholder links (#29140)

parent 472e5fcb
Showing with 2 additions and 4 deletions
+2 -4
......@@ -232,13 +232,11 @@ a {
// 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([tabindex]) {
a:not([href]) {
&,
&:hover,
&:focus {
&:hover {
color: inherit;
text-decoration: none;
outline: 0;
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment