Browse Source

Removes undocumented loading class for menu

pull/1335/head
jlukic 9 years ago
parent
commit
3582a5a35a
1 changed files with 0 additions and 20 deletions
  1. 20
      src/definitions/collections/menu.less

20
src/definitions/collections/menu.less

@ -395,26 +395,6 @@
}
/*--------------------
Loading
---------------------*/
/* On Form */
.ui.menu.loading {
position: relative;
}
.ui.menu.loading:after {
position: absolute;
top: 0%;
left: 0%;
content: '';
width: 100%;
height: 100%;
background: @loadingBackgroundColor url("@{loadingImage}") no-repeat @loadingPosition;
visibility: visible;
}
/*******************************
Types
*******************************/

Loading…
Cancel
Save