Manually fix remaining stylelint issues

This commit is contained in:
J. Ryan Stinnett
2019-07-10 16:56:40 +01:00
parent 6c9bf25199
commit 38d6953bf6
24 changed files with 210 additions and 239 deletions
+6 -6
View File
@@ -44,6 +44,12 @@ limitations under the License.
margin-right: 10px;
}
.mx_PinnedEventTile_actions {
float: right;
margin-right: 10px;
display: none;
}
.mx_PinnedEventTile:hover .mx_PinnedEventTile_timestamp {
display: inline-block;
}
@@ -52,12 +58,6 @@ limitations under the License.
display: block;
}
.mx_PinnedEventTile_actions {
float: right;
margin-right: 10px;
display: none;
}
.mx_PinnedEventTile_unpinButton {
display: inline-block;
cursor: pointer;