-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
report(viewer): fix gist icon #12505
Conversation
@@ -381,20 +381,20 @@ | |||
<a href="" class="lh-topbar__url" target="_blank" rel="noopener"></a> | |||
|
|||
<div class="lh-tools"> | |||
<button id="lh-tools-button" class="lh-tools__button" title="Tools menu" aria-label="Toggle report tools menu" aria-haspopup="menu" aria-expanded="false" aria-controls="lh-tools-dropdown"> | |||
<button id="lh-tools-button" class="lh-tools__button" title="Tools menu" aria-label="Toggle report tools menu" aria-haspopup="menu" aria-expanded="false" aria-controls="lh-tools__dropdown"> |
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 doesn't seem right, lh-tools__dropdown
is just a class, we want the ID to stay, no? Is this related to the icon?
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.
oops, global find/replace .... will add back
display: block !important; | ||
/* save-gist option visible in Viewer */ | ||
.lh-tools__dropdown a[data-action="save-gist"] { | ||
display: flex !important; |
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.
heh, does this affect anything or just for funsies? :)
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.
yeah the icon stuff requires flex, not block. i dont recall why
Forgot to update this tool icon in #12392