summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/views
diff options
context:
space:
mode:
authorthaissiqueira <thais.siqueira@thoughtworks.com>2017-01-20 11:13:41 -0200
committerGitHub <noreply@github.com>2017-01-20 11:13:41 -0200
commit1eeb5389781d2db1cc025c731dc3505a83248f61 (patch)
treef16bbab08196145423b510599b442d8f53fa1cdc /web-ui/app/scss/views
parent468bc98a3b1e0c92bffefa24c199b52f9f15b5dd (diff)
parentf611ab80133efdea8cf1e303636c1a850b5d52d0 (diff)
Merge pull request #912 from pixelated/tooltip-labels
[#828] Adds tooltips for encrypt and sign labels
Diffstat (limited to 'web-ui/app/scss/views')
-rw-r--r--web-ui/app/scss/views/_security-labels.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/web-ui/app/scss/views/_security-labels.scss b/web-ui/app/scss/views/_security-labels.scss
index ac966ded..5319eb1d 100644
--- a/web-ui/app/scss/views/_security-labels.scss
+++ b/web-ui/app/scss/views/_security-labels.scss
@@ -8,11 +8,19 @@
background: $success;
color: $white;
border-radius: 12px;
+ position: relative;
&:before {
font-family: FontAwesome;
}
+ &:hover:after {
+ content: attr(data-label);
+ font-size: 0.5rem;
+
+ @include tooltip(25px, 0px);
+ }
+
&--encrypted {
&:before {
content: "\f023";