Skip to content
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

Merged
merged 3 commits into from May 19, 2021
Merged

report(viewer): fix gist icon #12505

merged 3 commits into from May 19, 2021

Conversation

connorjclark
Copy link
Collaborator

Forgot to update this tool icon in #12392

@connorjclark connorjclark requested a review from a team as a code owner May 18, 2021 19:57
@connorjclark connorjclark requested review from patrickhulce and removed request for a team May 18, 2021 19:57
@google-cla google-cla bot added the cla: yes label May 18, 2021
@@ -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">
Copy link
Collaborator

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?

Copy link
Collaborator Author

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;
Copy link
Collaborator

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? :)

Copy link
Collaborator Author

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

@connorjclark connorjclark merged commit 545176a into master May 19, 2021
@connorjclark connorjclark deleted the viewer-icon-gist branch May 19, 2021 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants