refactor(GUI): remove component-drive-selector-body outdated class (#1072)

The rules inside this class should be moved to
`.modal-drive-selector-modal`.

Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2017-02-13 14:59:29 -04:00 committed by GitHub
parent a60f7134fc
commit cf4dc5ff37
3 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@
cursor: not-allowed;
}
.component-drive-selector-body {
.modal-drive-selector-modal {
.list-group-item-footer {
margin-top: 8px;

View File

@ -3,7 +3,7 @@
<button class="close" ng-click="modal.closeModal()">&times;</button>
</div>
<div class="component-drive-selector-body modal-body">
<div class="modal-body">
<ul class="list-group">
<li class="list-group-item" ng-repeat="drive in modal.drives.getDrives() track by drive.device"
ng-disabled="!modal.constraints.isDriveValid(drive, modal.state.getImage())"

View File

@ -6395,11 +6395,11 @@ body {
.modal-drive-selector-modal .list-group-item[disabled] {
cursor: not-allowed; }
.component-drive-selector-body .list-group-item-footer {
.modal-drive-selector-modal .list-group-item-footer {
margin-top: 8px; }
.component-drive-selector-body .list-group-item-heading,
.component-drive-selector-body .list-group-item-text {
.modal-drive-selector-modal .list-group-item-heading,
.modal-drive-selector-modal .list-group-item-text {
word-break: break-all; }
.component-drive-selector-body .list-group {