prettier adjustments

pull/10616/head
ebb-tide 2018-05-03 11:01:07 -07:00
parent a20cf1f2b8
commit 807ee0c76d
1 changed files with 6 additions and 7 deletions

View File

@ -68,14 +68,16 @@
} }
&__highlight-row.table-graph-cell__highlight-column { &__highlight-row.table-graph-cell__highlight-column {
border-color: $g20-white; border-color: $g20-white;
&:after {visibility: hidden;} &:after {
visibility: hidden;
}
} }
&__field-name { &__field-name {
padding-right: 17px; padding-right: 17px;
&:before { &:before {
font-family: 'icomoon'; font-family: 'icomoon';
content: "\e902"; content: '\e902';
font-size: 17px; font-size: 17px;
position: absolute; position: absolute;
top: 50%; top: 50%;
@ -83,10 +85,7 @@
transform: translateY(-50%); transform: translateY(-50%);
font-size: 13px; font-size: 13px;
opacity: 0; opacity: 0;
transition: transition: opacity 0.25s ease, color 0.25s ease, transform 0.25s ease;
opacity 0.25s ease,
color 0.25s ease,
transform 0.25s ease;
} }
&:hover { &:hover {
cursor: pointer; cursor: pointer;