-
Notifications
You must be signed in to change notification settings - Fork 231
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
Update table label filter to reuse .data-toolbar .data-toolbar-filter and extend on top of table #1836
Update table label filter to reuse .data-toolbar .data-toolbar-filter and extend on top of table #1836
Conversation
This will conflict with #1826 :/ |
I can rebase #1826 on this one. I think I can reuse the style. |
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.
Build issue, but otherwise LGTM.
dist/styles/vendor.css
Outdated
@@ -178,7 +178,7 @@ kubernetes-container-terminal{position:relative;display:block} | |||
kubernetes-container-terminal .terminal{font-family:"Monospace Regular","DejaVu Sans Mono",Menlo,Monaco,Consolas,monospace;font-size:10px;color:#F0F0F0;text-align:left;outline:0;background-color:#000;border:1px solid #000;padding:10px;display:inline-block;line-height:1em} | |||
@media (min-width:568px){kubernetes-container-terminal .terminal{font-size:12px} | |||
} | |||
kubernetes-container-terminal .terminal-cursor{color:#000;background:#f0f0f0} | |||
kubernetes-container-terminal .terminal-cursor{background:#f0f0f0;color:#000;position:absolute} |
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 is invalid. Make sure you update your dependencies and rebuild.
…nd extend on top of table Fixes openshift#1824
3059914
to
ddf4e78
Compare
@spadgett updated pr to remove inadvertent vendor changes |
[merge][severity: bug] |
Evaluated for origin web console merge up to ddf4e78 |
Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin_web_console/15/) (Base Commit: 4209f2a) (PR Branch Commit: ddf4e78) (Extended Tests: bug) |
Fixes #1824
tested on Chrome, Safari, Firefox, IE