-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat(file-picker): add styled scrollbar & fix files-list height (VIV-2236) #2029
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2029 +/- ##
===========================================
Coverage 100.00% 100.00%
===========================================
Files 123 368 +245
Lines 1562 8627 +7065
Branches 108 1297 +1189
===========================================
+ Hits 1562 8627 +7065
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -48,8 +51,9 @@ $file-picker-list-item-background-color: --file-picker-list-item-background-colo | |||
|
|||
@include focus.focus; | |||
} | |||
&:hover { | |||
border-style: solid; |
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.
was removed as requested here: https://jira.vonage.com/browse/VIV-2227 (in the comments)
No description provided.