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,10 +37,10 @@
37 position: relative 37 position: relative
38 text-decoration: none 38 text-decoration: none
39 text-transform: capitalize 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 .people-block 44 .people-block
45 ul 45 ul
46 display: block 46 display: block
@@ -73,7 +73,7 @@ @@ -73,7 +73,7 @@
73 color: #FFF 73 color: #FFF
74 font-family: 'Ubuntu Mediun' 74 font-family: 'Ubuntu Mediun'
75 font-size: 16px 75 font-size: 16px
76 - font-weight: normal 76 + font-weight: normal
77 .communities-block 77 .communities-block
78 ul 78 ul
79 display: block 79 display: block