From 45b9c9e7ab1dacb063ed7c2e586bd02119a9bc96 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 21 Jan 2014 17:45:54 -0500 Subject: [PATCH] Fix outside org tooltip to work in entity search --- static/css/quay.css | 8 ++++++++ static/directives/entity-reference.html | 2 +- static/directives/prototype-manager.html | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/static/css/quay.css b/static/css/quay.css index 3d7b5a4c4..bbe875230 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -86,6 +86,14 @@ pointer-events: none; } +.entity-search-element .entity-reference .entity-reference-element { + pointer-events: none; +} + +.entity-search-element .entity-reference-element i.fa-exclamation-triangle { + pointer-events: all; +} + .entity-search-element .entity-reference .entity-name { display: none; } diff --git a/static/directives/entity-reference.html b/static/directives/entity-reference.html index adde12400..6cb91a5c0 100644 --- a/static/directives/entity-reference.html +++ b/static/directives/entity-reference.html @@ -14,6 +14,6 @@ + title="This user is not a member of the organization" bs-tooltip="tooltip.title"> diff --git a/static/directives/prototype-manager.html b/static/directives/prototype-manager.html index eebad2a5a..f00748e69 100644 --- a/static/directives/prototype-manager.html +++ b/static/directives/prototype-manager.html @@ -3,7 +3,7 @@
- Default permissions provide a means of specifying additional permissions that should be granted automatically to a repository based on the user or robot creating the repository. + Default permissions provide a means of specifying additional permissions that should be granted automatically to a repository.