Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc164abd authored by Adam Tauber's avatar Adam Tauber
Browse files

[fix] make "Advanced settings" openable and usable with keyboard - #350

parent ec484473
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -435,8 +435,8 @@ Ny0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb
  font-weight: bold;
  border-bottom: #01d7d4 5px solid;
}
#check-advanced {
  display: none;
#check-advanced:focus + label {
  text-decoration: underline;
}
#check-advanced:checked ~ #advanced-search-container {
  display: block;
+2 −2
Original line number Diff line number Diff line
@@ -408,8 +408,8 @@ Ny0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb
  font-weight: bold;
  border-bottom: #01d7d4 5px solid;
}
#check-advanced {
  display: none;
#check-advanced:focus + label {
  text-decoration: underline;
}
#check-advanced:checked ~ #advanced-search-container {
  display: block;
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+2 −2
Original line number Diff line number Diff line
@@ -31,8 +31,8 @@
    }
}

#check-advanced {
    display: none;
#check-advanced:focus + label {
    text-decoration: underline;
}

#check-advanced:checked ~ #advanced-search-container {
Loading