Skip to content
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

refactor(flows): increase contrast of helper text in cells #18572

Merged
merged 1 commit into from
Jun 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
refactor: increase contrast of helper text in flow cells
  • Loading branch information
alexpaxton committed Jun 17, 2020
commit d98b5ae9601ffd0b04939badf351b08bfc13fcd6
8 changes: 4 additions & 4 deletions ui/src/notebooks/shared/Resizer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $panel-resizer--drag-handle: 30px;
}

.panel-resizer--header {
color: $g8-storm;
color: $g15-platinum;
width: $panel-resizer--header;
flex: 0 0 $panel-resizer--header;
display: flex;
Expand Down Expand Up @@ -87,7 +87,7 @@ $panel-resizer--drag-handle: 30px;
}

.panel-resizer--empty {
color: $g8-storm;
color: $g15-platinum;
user-select: none;
padding: $cf-marg-b 0;
font-weight: $cf-font-weight--medium;
Expand Down Expand Up @@ -122,13 +122,13 @@ body.panel-resizer-dragging:hover {
.panel-resizer--drag-icon {
width: $panel-resizer--drag-handle / 2;
height: $cf-border;
background-color: $g5-pepper;
background-color: $g11-sidewalk;
transition: background-color 0.25s ease;
margin: $cf-border 0;
}

.panel-resizer--drag-handle:hover .panel-resizer--drag-icon {
background-color: $g13-mist;
background-color: $g18-cloud;
}

.panel-resizer--drag-handle__dragging .panel-resizer--drag-icon {
Expand Down