-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
EUI: Reset CSS #15486
EUI: Reset CSS #15486
Conversation
41d1110
to
d54538f
Compare
d54538f
to
0d8cbb9
Compare
452a62d
to
6210553
Compare
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.
Dark theme looks good to me, except for modals, but I'm pretty sure that's an existing problem.
@@ -329,11 +330,13 @@ app.directive('dashboardApp', function ($injector) { | |||
function setDarkTheme() { | |||
chrome.removeApplicationClass(['theme-light']); | |||
chrome.addApplicationClass('theme-dark'); |
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.
I'm guessing this is still needed because dashboard is a combination of non-eui elements and eui elements, so for the time being we keep both dark theme applications around?
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.
Correct. KUI and EUI will live side-by-side as we gradually convert our UI to depend upon EUI.
Remove EUI dependency.
…e style node's CSS.
Small css fixes to adress reset changes with the introduction of EUI.
Small fix for checkbox spacing due to EUI reset.
6c7ca80
to
ecba3f8
Compare
02d4b46
to
f91b40e
Compare
988153c
to
407fd24
Compare
Closing in favor of #15657 |
Replaces #15134.
This PR:
innerHTML
To-do:
innerHTML