[JENKINS-35837] ensure text is vertically-centered when wrapping; remove obsolete css for coloring star

This commit is contained in:
Cliff Meyers 2016-07-11 12:40:26 -04:00
parent ac02ad691a
commit 4b8931d7d5
1 changed files with 1 additions and 8 deletions

View File

@ -28,7 +28,7 @@
}
.name, .branchText, .commitId {
height: 18px;
min-height: 18px;
}
.commitId {
@ -82,11 +82,4 @@
stroke: white;
}
}
// force "favorite" checkbox to white when on unstable card
// FIXME: doesn't work in IE11
.checkbox {
filter: grayscale(100%) brightness(0%) invert(100%);
-webkit-filter: grayscale(100%) brightness(0%) invert(100%);
}
}