-
Notifications
You must be signed in to change notification settings - Fork 478
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
Fleet UI: Clean up TabNav and TargetChipSelector components #26256
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #26256 +/- ##
=======================================
Coverage 63.66% 63.66%
=======================================
Files 1631 1633 +2
Lines 156545 156558 +13
Branches 4046 4045 -1
=======================================
+ Hits 99657 99673 +16
+ Misses 49038 49034 -4
- Partials 7850 7851 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
import SearchField from "components/forms/fields/SearchField"; | ||
import RevealButton from "components/buttons/RevealButton"; | ||
import TargetPillSelector from "./TargetChipSelector"; |
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.
Moved to separate directory/file to add unit tests, storybook, organize styling
} | ||
&__tab { | ||
padding: $pad-small 0; | ||
padding: $pad-small 0 $pad-medium; |
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.
new per figma design
position: sticky; | ||
top: 0; | ||
background-color: $core-white; | ||
z-index: 2; | ||
|
||
.react-tabs { | ||
&__tab-list { | ||
border-bottom: 1px solid $ui-gray; | ||
border-bottom: 1px solid $ui-fleet-black-10; |
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.
per figma design
@@ -34,7 +34,7 @@ | |||
} | |||
|
|||
&:hover { | |||
box-shadow: inset 0 0 0 1px $core-vibrant-blue-over; | |||
background-color: $ui-vibrant-blue-10; |
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.
changed hover state per figma design
Issue
Part 1 For #26231
Description
Screenshot/screen recording
TODO: After designs are finalized
Checklist for submitter
If some of the following don't apply, delete the relevant line.
changes/
,orbit/changes/
oree/fleetd-chrome/changes
.See Changes files for more information.