From 9b82d49da868536701d80ef1071df0e7cd301b7a Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Wed, 15 Jan 2020 19:25:51 +0100 Subject: Add action dropdown descriptions --- .../app/shared/user-subscription/remote-subscribe.component.html | 2 +- .../app/shared/user-subscription/subscribe-button.component.html | 2 +- .../app/shared/user-subscription/subscribe-button.component.scss | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) (limited to 'client/src/app/shared/user-subscription') diff --git a/client/src/app/shared/user-subscription/remote-subscribe.component.html b/client/src/app/shared/user-subscription/remote-subscribe.component.html index 59ee1cb04..acfec0a8e 100644 --- a/client/src/app/shared/user-subscription/remote-subscribe.component.html +++ b/client/src/app/shared/user-subscription/remote-subscribe.component.html @@ -1,5 +1,5 @@
-
+
Subscribe with your local account - + diff --git a/client/src/app/shared/user-subscription/subscribe-button.component.scss b/client/src/app/shared/user-subscription/subscribe-button.component.scss index d5b3796a1..114a12f06 100644 --- a/client/src/app/shared/user-subscription/subscribe-button.component.scss +++ b/client/src/app/shared/user-subscription/subscribe-button.component.scss @@ -69,6 +69,15 @@ button { cursor: pointer; } + + .dropdown-item-neutral { + cursor: default; + + &:hover, + &:focus { + background-color: inherit; + } + } } .dropdown-header { -- cgit v1.2.3