Add red cancel icon and styling.

This commit is contained in:
Richard Lewis 2017-07-27 18:10:56 +01:00
parent 0bee03e86f
commit c1fe3533c4
2 changed files with 14 additions and 0 deletions

View file

@ -83,6 +83,10 @@ limitations under the License.
border: 1px solid transparent;
}
.mx_AppTileMenuBarWidgetDelete {
filter: none;
}
.mx_AppTileMenuBarWidget:hover {
border: 1px solid $primary-hairline-color;
border-radius: 2px;