Improve signifier for the expand button used to see all orgs (#357)

lektura
vincent 2020-11-25 15:09:06 +00:00 committed by Max Mehl
parent 8f5889d60e
commit d0179deebd
2 changed files with 1 additions and 4 deletions

View File

@ -27,7 +27,7 @@
</label> -->
</div>
<div class="expand" tabindex="0">
<i class="fa fa-share" aria-hidden="true"></i>
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</div>
<div class="orgs">
<ul>

View File

@ -150,9 +150,6 @@ blockquote p {
-webkit-transition: z-index 0s 10000s;
cursor: pointer;
}
.expand i {
transform: rotate(-35deg) scaleY(-1) ;
}
.expand:focus {
z-index: 0;
transition: z-index 0s;