Skip to content

Commit

Permalink
Fix: Close/Expand "All" button
Browse files Browse the repository at this point in the history
Fix #1985
Close #3417
  • Loading branch information
sarvaje authored and molant committed Dec 4, 2019
1 parent 1c7ceee commit 2473518
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions packages/formatter-html/src/assets/styles/scan/scan-results.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}

@keyframes progressBarAnimation {

0% {
background-position: 0% 50%
}
Expand Down Expand Up @@ -446,20 +446,21 @@ a > .rule-tile:hover {
}

.button-expand-all {
background: rgba(255, 255, 255, 0) url('/images/scan/open-close.svg') 0 -1px no-repeat;
background: rgba(255, 255, 255, 0) url('/images/scan/open-close.svg') 0 0 no-repeat;
border: 0;
color: #4700a3;
font-size: 1.2rem;
font-weight: 500;
height: 22px;
height: 2.2rem;
letter-spacing: -.1px;
line-height: 22px;
line-height: 2.2rem;
min-width: 0;
padding: 0 0 0 3rem;
position: relative;
}

.button-expand-all.closed {
background-position: 0 -2.4rem;
background-position: 0 -2.2rem;
}

.rule-result h3 {
Expand Down Expand Up @@ -797,4 +798,4 @@ button {
display: none;
}

}
}

0 comments on commit 2473518

Please sign in to comment.