fix room list chevron

This commit is contained in:
Bruno Windels
2018-11-05 10:09:05 +01:00
parent 06cc7a493d
commit 1d77a67683
2 changed files with 88 additions and 20 deletions
+4 -5
View File
@@ -109,12 +109,11 @@ limitations under the License.
pointer-events: none;
position: absolute;
top: 11px;
width: 9px;
height: 4px;
width: 10px;
height: 6px;
background-image: url('../../img/topleft-chevron.svg');
background-size: cover;
// the transition doesn't work as the chevron gets remounted
transition: rotateZ 0.2s ease-in;
background-repeat: no-repeat;
transition: transform 0.2s ease-in;
}
.mx_RoomSubList_chevronDown {