Merge branch 'MDL-81384' of https://github.com/paulholden/moodle
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
}
|
||||
}
|
||||
}}
|
||||
<a class="btn btn-link p-0" role="button"
|
||||
<a class="btn btn-link p-0 me-2 icon-no-margin" role="button"
|
||||
data-bs-container="body" data-bs-toggle="popover"
|
||||
data-bs-placement="{{#ltr}}right{{/ltr}}{{^ltr}}left{{/ltr}}" data-bs-content="{{text}} {{completedoclink}}"
|
||||
data-bs-html="true" tabindex="0" data-bs-trigger="focus" aria-label="{{#str}} help {{/str}}">
|
||||
|
||||
@@ -71,10 +71,9 @@ $iconwidthsizes: map-merge((
|
||||
.icon {
|
||||
max-width: map-get($iconwidthsizes, 4);
|
||||
max-height: map-get($iconsizes, 4);
|
||||
margin: 0;
|
||||
margin: 0 map-get($spacers, 2) 0 0;
|
||||
padding: 0;
|
||||
box-sizing: content-box;
|
||||
margin-right: 0.5rem;
|
||||
|
||||
&.spacer {
|
||||
margin-right: 0;
|
||||
|
||||
@@ -28716,10 +28716,9 @@ body.behat-site .action-menu .dropdown-subpanel-content.show {
|
||||
.icon {
|
||||
max-width: 30px;
|
||||
max-height: 24px;
|
||||
margin: 0;
|
||||
margin: 0 0.5rem 0 0;
|
||||
padding: 0;
|
||||
box-sizing: content-box;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.icon.spacer {
|
||||
margin-right: 0;
|
||||
|
||||
@@ -28716,10 +28716,9 @@ body.behat-site .action-menu .dropdown-subpanel-content.show {
|
||||
.icon {
|
||||
max-width: 30px;
|
||||
max-height: 24px;
|
||||
margin: 0;
|
||||
margin: 0 0.5rem 0 0;
|
||||
padding: 0;
|
||||
box-sizing: content-box;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
.icon.spacer {
|
||||
margin-right: 0;
|
||||
|
||||
Reference in New Issue
Block a user