-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-32177][WEBUI] Remove the weird line from near the Spark logo on mouseover in the WebUI #29003
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
Conversation
|
Test build #124966 has finished for PR 29003 at commit
|
|
retest this please. |
|
Test build #124968 has started for PR 29003 at commit |
|
Hi, @sarutak . If you want to backport this to |
|
BTW, when I tried at Apache Spark 3.0.0 with Safari Private Window mode, I cannot reproduce the weird line.
|
|
I verified this bug in 3.1.0-SNAPSHOT, but cannot reproduce at 3.0.1-SNAPSHOT with both Safari and Chrome. |
|
It's strange but I've confirmed there are no weird line in |
|
Thank you, @sarutak ! |
dongjoon-hyun
left a comment
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.
+1, LGTM. Thank you, @sarutak .
I verified this manually and this CSS-change PR is irrelevant to Jenkins UT.
Merged to master.
|
Test FAILed. |

What changes were proposed in this pull request?
This PR changes
webui.cssto fix a style issue on moving mouse cursor on the Spark logo.Why are the changes needed?
In the webui, the Spark logo is on the top right side.

When we move mouse cursor on the logo, a weird underline appears near the logo.
Does this PR introduce any user-facing change?
Yes. After this change applied, no more weird line shown even if mouse cursor moves on the logo.

How was this patch tested?
By moving mouse cursor on the Spark logo and confirmed no more weird line there.