Skip to content

Commit

Permalink
refactored css class dc-rendered-on-desktop to hide-on-mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
palmtreefrb committed Apr 5, 2022
1 parent 2afbbd9 commit ab7aff3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<span class="d-none d-md-inline-block">List</span></a>
</div>
<div class="float-right" data-ng-show="$ctrl.isAtEditorEntry()">
<div class="btn-group dc-rendered-on-desktop" ng-form="validateGoto" ng-hide="$ctrl.entryListModifiers.filterActive()">
<div class="btn-group hide-on-mobile" ng-form="validateGoto" ng-hide="$ctrl.entryListModifiers.filterActive()">
<button class="btn btn-std" data-ng-click="$ctrl.skipToEntry(-1)" ng-disabled="!$ctrl.canSkipToEntry(-1)">
<span class="fa fa-arrow-left"></span> <span class="d-none d-lg-inline-block">Previous</span>
</button>
Expand Down Expand Up @@ -43,7 +43,7 @@
</div>
</div>
</div>
<div class="row dc-rendered-on-desktop" data-ng-if="$ctrl.isAtEditorEntry()">
<div class="row hide-on-mobile" data-ng-if="$ctrl.isAtEditorEntry()">
<div class="col">
<div class="word-definition-title">
<dc-rendered config="$ctrl.lecConfig.entry" global-config="$ctrl.lecConfig"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
}
@include media-breakpoint-down(sm) {
.dc-rendered-on-desktop {
.hide-on-mobile {
display: none;
}
}
Expand Down

0 comments on commit ab7aff3

Please sign in to comment.