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

EZP-29816: Make priority column in children list more prominent #214

Merged
Merged
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
border-top: calculateRem(1px) solid $ez-ground-primary;
line-height: 0;
padding-top: calculateRem(16px);
margin-top: -0.5px; // Fixes borders alignment on Safari and Edge
margin-top: -0.5px; // Fixes borders alignment on Safari and Edge
}

&--icon {
Expand Down Expand Up @@ -69,7 +69,7 @@
height: calculateRem(47px);
width: calculateRem(70px);
padding: 0;
margin-top: -0.5px; // Fixes borders alignment on Safari and Edge
margin-top: -0.5px; // Fixes borders alignment on Safari and Edge
}
}

Expand Down Expand Up @@ -109,13 +109,12 @@
&__priority-value {
max-width: 100%;
height: calculateRem(40px);
border: calculateRem(1px) solid #b1d2e0;
border: calculateRem(1px) solid $ez-color-secondary;
margin: calculateRem(2px) 0;
padding: 0 calculateRem(10px);

&[disabled] {
border: 0 none;
background: transparent;
border-color: $ez-ground-base-dark;
cursor: pointer;
}
}
Expand Down