Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixos-search
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 743844d97fe2
Choose a base ref
...
head repository: NixOS/nixos-search
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c909f6fac8b2
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 17, 2021

  1. facet search update item hover interaction (#263)

    * Improve hover action
    
    * fix
    turboMaCk authored Jan 17, 2021

    Verified

    This commit was signed with the committer’s verified signature. The key has been revoked.
    joachifm Joachim F.
    Copy the full SHA
    c909f6f View commit details
Showing with 8 additions and 6 deletions.
  1. +8 −6 src/index.less
14 changes: 8 additions & 6 deletions src/index.less
Original file line number Diff line number Diff line change
@@ -12,13 +12,8 @@
}
}

.search-result-item() {
&:hover {
.search-result-button {
text-decoration: underline;
}
}

.search-result-item() {
.result-item-show-more-wrapper {
text-align: center;
}
@@ -176,6 +171,13 @@ header .navbar.navbar-static-top {
}
}


.search-result-button {
&:hover {
text-decoration: underline;
}
}

& > .search-results {
display: flex;
flex-direction: row;