Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
13b74165
Commit
13b74165
authored
5 years ago
by
Shohei Yoshida
Committed by
XhmikosR
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix reboot for placeholder links (#29140)
parent
472e5fcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_reboot.scss
+2
-4
scss/_reboot.scss
with
2 additions
and
4 deletions
+2
-4
scss/_reboot.scss
+
2
-
4
View file @
13b74165
...
...
@@ -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
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment