-
Notifications
You must be signed in to change notification settings - Fork 182
Fix CI by removing <a>
and <button>
nesting as well as ignoring some working links
#789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,16 +152,19 @@ | |
max-width: 500px; | ||
} | ||
|
||
.con-button button { | ||
background-color: #f37726; | ||
color: white; | ||
margin: 0 .5em; | ||
padding: 1em; | ||
border-radius: 5px; | ||
border: none; | ||
font-size: 1em; | ||
font-weight: 600; | ||
cursor: pointer; | ||
div.con-buttons { | ||
margin-top: 2em; | ||
a.con-button { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this acceptable support level https://caniuse.com/css-nesting - 87.4% of global users? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Isn't this SCSS getting compiled to CSS by Jekyll in the actual HTML output? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah, right! |
||
background-color: #f37726; | ||
color: white; | ||
font-size: 1em; | ||
font-weight: 600; | ||
margin: 0 .5em; | ||
padding: 1em; | ||
border-radius: 5px; | ||
border: none; | ||
cursor: pointer; | ||
} | ||
} | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one actually does not work for me. It redirects to
https://bloomberg.com
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for me, going to "bloomberg.com" redirects to "www.bloomberg.com" 🤷