From caa1d31e09635fde855e0b72deed4b1495cd1541 Mon Sep 17 00:00:00 2001 From: Panu Horsmalahti Date: Thu, 10 Dec 2020 16:16:16 +0200 Subject: [PATCH] Make star rating in marketplace interactive Signed-off-by: Panu Horsmalahti --- marketplace/index.html | 23 +++++++++++++++++------ marketplace/marketplace.css | 5 +++++ 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/marketplace/index.html b/marketplace/index.html index 41265c53cd..60f19f7654 100644 --- a/marketplace/index.html +++ b/marketplace/index.html @@ -4,6 +4,17 @@ +

Lens Marketplace

@@ -17,12 +28,12 @@ 35 installs
|
-
- - - - - +
+ + + + + (8)
|
diff --git a/marketplace/marketplace.css b/marketplace/marketplace.css index d1f0fb8461..485065e171 100644 --- a/marketplace/marketplace.css +++ b/marketplace/marketplace.css @@ -28,6 +28,11 @@ ul { padding: 0; } +.stars { + user-select: none; + cursor: pointer; +} + .checked { color: orange; }