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; }