mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
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:
parent
a60f7134fc
commit
cf4dc5ff37
@ -28,7 +28,7 @@
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.component-drive-selector-body {
|
||||
.modal-drive-selector-modal {
|
||||
|
||||
.list-group-item-footer {
|
||||
margin-top: 8px;
|
||||
|
@ -3,7 +3,7 @@
|
||||
<button class="close" ng-click="modal.closeModal()">×</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())"
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user