Skip to content

Commit

Permalink
Less opinionated about legend hover style
Browse files Browse the repository at this point in the history
  • Loading branch information
slowe committed Oct 23, 2024
1 parent b9578ab commit 8d745aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/css/legend.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.oi-legend-inner { color: #555; }
.oi-legend-inner .oi-legend-icon { display: inline-block; height: 1.25em; aspect-ratio: 1 / 1; margin-right: 0.25em; opacity: 1; float: left; }
.oi-legend-inner .oi-legend-item { line-height: 1.25em; display: inline-block; padding: 0.25em; }
.oi-legend-inner .oi-legend-item:hover { background: rgba(255,255,255,0.8); outline: 1px solid #999; }
.oi-legend-inner .oi-legend-item.oi-series-off { opacity: 0.5; }
.oi-legend-inner .oi-legend-item svg.oi-legend-icon { display: table-cell; vertical-align: middle; float: none; }
.oi-left .oi-legend-item, .oi-right .oi-legend-item { padding: 0; margin-right: 0; line-height: 1.25em; margin-bottom: 1px; display: grid; grid-template-columns: auto 1fr; }
Expand Down

0 comments on commit 8d745aa

Please sign in to comment.