-
Notifications
You must be signed in to change notification settings - Fork 644
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
[UI] Add new theme to Admin pages (part 3) #9891
[UI] Add new theme to Admin pages (part 3) #9891
Conversation
4167ce7
to
afea01b
Compare
afea01b
to
76abcdc
Compare
76abcdc
to
0625f1a
Compare
@@ -5,6 +5,8 @@ | |||
// (Initially tried to also force default via `outline: initial`, | |||
// but that seems to erroneously remove the outline in Firefox altogether.) | |||
outline: 4px solid -webkit-focus-ring-color; | |||
outline: 2px solid var(--neutralStrokeFocus2Rest); |
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.
Not very sure. Should the line above this change get deleted?
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.
Forgot to explain more about this change. var()
is not supported by IE, I had a conversation with Joel if this is something we should be worried about but we decided to continue with it and check later if the website is broke for IE (currently there are some CSS that is not supported by IE too).
If line 8 fails, it will try to do line 7, since this is the focus behavior I felt like at least this should be supported always.
Adds new theme to Admin pages Verify API, Feature Flags, Flights, Lucene, Popularity Transfers, Namespaces, Unlist/Relist packages and Validate/Revalidate packages.
Addresses #9866
Spec: https://github.com/NuGet/Engineering/pull/5209
Main Issue: #8773
Verify API
Feature Flags
Flights
Lucene
Popularity Transfers
Namespaces
Unlist/relist packages