summaryrefslogtreecommitdiffstats
path: root/client/components/users/userAvatar.styl
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-08-20 15:54:50 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-08-20 15:59:00 +0200
commit8ae6abe603571839b74f3106ba53922a849d1125 (patch)
treed0ad47dffe81e10adde8752478c6ad8bca440b03 /client/components/users/userAvatar.styl
parenta79599d76c808520d36aa7c19e366906cb89982c (diff)
downloadwekan-8ae6abe603571839b74f3106ba53922a849d1125.tar.gz
wekan-8ae6abe603571839b74f3106ba53922a849d1125.tar.bz2
wekan-8ae6abe603571839b74f3106ba53922a849d1125.zip
Switch the font to roboto
Diffstat (limited to 'client/components/users/userAvatar.styl')
-rw-r--r--client/components/users/userAvatar.styl4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/components/users/userAvatar.styl b/client/components/users/userAvatar.styl
index e2a66d1e..83257792 100644
--- a/client/components/users/userAvatar.styl
+++ b/client/components/users/userAvatar.styl
@@ -81,6 +81,9 @@ avatar-radius = 50%
justify-content: center
box-shadow: 0 0 0 2px darken(white, 25%) inset
+ &:hover, &.is-active
+ box-shadow: 0 0 0 2px darken(white, 60%) inset
+
.atMention
background: #dbdbdb
border-radius: 3px
@@ -99,6 +102,7 @@ avatar-radius = 50%
h3, p
margin-bottom: 0
+ padding-left: 0
p
padding-top: 0