Skip to content

Commit

Permalink
libdoc: hide unmatched keywords again
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorpela committed Sep 18, 2020
1 parent fac70c6 commit 9c558f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/robot/htmldata/libdoc/libdoc.css
Expand Up @@ -100,8 +100,8 @@ h4 {
}
.kw-row {
border: 1px solid;
border-radius: 6px;
padding: 0.5rem;
border-radius: 3px;
padding: 0.5rem 1.0rem 0.5rem 1.0rem;
margin-bottom: 0.5rem;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -194,6 +194,6 @@ fieldset fieldset {
.no-match {
color: gray !important;
}
tr.no-match.hide-unmatched {
.kw-row.no-match.hide-unmatched {
display: none;
}

0 comments on commit 9c558f5

Please sign in to comment.