Skip to content

Commit

Permalink
fix: Style of list entries in suggestion was overwritten.
Browse files Browse the repository at this point in the history
  • Loading branch information
mzechmeister committed Nov 16, 2021
1 parent 847bcb1 commit 249289a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions csv_plotter.htm
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
}

li > .kbox {
border: none;
background-color: transparent;
border: none !important; /* ignore fancy*/
background-color: transparent !important;
pointer-events: none;
}

Expand Down Expand Up @@ -206,7 +206,7 @@
height: 18px;
border: 1px solid grey;
}

#webgl:checked + i {
filter: blur(0.8px);
}
Expand All @@ -218,7 +218,7 @@
#menuicons > button,i {
vertical-align: middle;
}

.fa-classes, .fa-github {
font-size: large
}
Expand Down

0 comments on commit 249289a

Please sign in to comment.