Make cursor pointer on menubar mouseover.

This commit is contained in:
Richard Lewis 2017-12-05 18:07:19 +00:00
parent 9835e2e0b4
commit e0ae266bb2

View file

@ -85,6 +85,7 @@ limitations under the License.
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
cursor: pointer;
} }
.mx_AppTileMenuBarWidgets { .mx_AppTileMenuBarWidgets {