From db9e3b44a1c8fa2caa412fd89a5c12dba4ff3d37 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 14 Mar 2018 09:04:05 -0700 Subject: [PATCH] Revert "Show all apps inactive and blurred in the background of the appstore login form" This reverts commit b9d6c8f8bb6478bfa9c98bac78213cfda05bbb23. --- webadmin/src/theme.scss | 20 ++---- webadmin/src/views/appstore.html | 110 +++++++++++++++---------------- 2 files changed, 59 insertions(+), 71 deletions(-) diff --git a/webadmin/src/theme.scss b/webadmin/src/theme.scss index 5dcbd6a4b..3def38540 100644 --- a/webadmin/src/theme.scss +++ b/webadmin/src/theme.scss @@ -144,21 +144,12 @@ html, body { box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); } -.blurred { - filter: blur(2px); -} - -.passive { - pointer-events: none; - user-select: none; -} - .highlight { - &:hover { - background-color: rgba(0, 0, 0, 0.1) !important; - } } +.highlight:hover { + background-color: rgba(0, 0, 0, 0.1) !important; +} .content { width: 100%; @@ -346,10 +337,7 @@ multiselect { // ---------------------------- .appstore-login { - position: fixed; - margin: 50px auto !important; - left: 0; - right: 0; + margin-top: 50px !important; h1 { font-size: 32px; diff --git a/webadmin/src/views/appstore.html b/webadmin/src/views/appstore.html index 2da4d2a6e..7a7e56bbf 100644 --- a/webadmin/src/views/appstore.html +++ b/webadmin/src/views/appstore.html @@ -185,61 +185,6 @@

-
- -
-
-
-
- Testing - Pending Approval -
- -
-
-

{{ app.manifest.title }}

- - -
-
-
-
-
- -
-
@@ -302,3 +247,58 @@
+ +
+ +
+
+
+
+ Testing + Pending Approval +
+ +
+
+

{{ app.manifest.title }}

+ + +
+
+
+
+
+ +