Commit 5211607779d86c5c1282b2b46fc85c00b5e92211

Authored by Melissa Wen
1 parent 19fb7237

hide submenu of people and communities block

Showing 1 changed file with 5 additions and 5 deletions   Show diff stats
partial_sass/_conexions.sass
... ... @@ -37,10 +37,10 @@
37 37 position: relative
38 38 text-decoration: none
39 39 text-transform: capitalize
40   - li.vcard
41   - .menu-submenu-trigger
42   - top: 0
43   - left: 0
  40 + .common-profile-list-block
  41 + .vcard:hover
  42 + .menu-submenu-trigger
  43 + display: none
44 44 .people-block
45 45 ul
46 46 display: block
... ... @@ -73,7 +73,7 @@
73 73 color: #FFF
74 74 font-family: 'Ubuntu Mediun'
75 75 font-size: 16px
76   - font-weight: normal
  76 + font-weight: normal
77 77 .communities-block
78 78 ul
79 79 display: block
... ...