From aac6a0317909b20ae7ed9eec595c5f52432f5fa6 Mon Sep 17 00:00:00 2001 From: glendc Date: Sat, 10 Feb 2024 23:31:15 +0100 Subject: [PATCH] remove hover click --- site/1/thermometer.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/site/1/thermometer.html b/site/1/thermometer.html index e9f3420..fb22ed2 100644 --- a/site/1/thermometer.html +++ b/site/1/thermometer.html @@ -187,11 +187,6 @@ border-bottom-right-radius: 50%; } - #thermometer.interactive tr:not(:last-child)>td:first-child:hover { - background-color: green; - cursor: pointer; - } - #thermometer td.liquid { background-color: red; }