mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-79348-master' of https://github.com/roland04/moodle
This commit is contained in:
commit
9e9dab8045
@ -51,7 +51,7 @@
|
||||
{{#editing}}
|
||||
{{#editurl}}
|
||||
<div class="editavailability border-top mt-2 py-2">
|
||||
<a href="{{editurl}}" class="px-2 py-1">{{#pix}} i/edit, core {{/pix}}{{#str}}editsettings, availability{{/str}}</a>
|
||||
<a href="{{editurl}}" class="btn btn-sm py-0">{{#pix}} i/edit, core {{/pix}}{{#str}}editsettings, availability{{/str}}</a>
|
||||
</div>
|
||||
{{/editurl}}
|
||||
{{/editing}}
|
||||
|
@ -1400,9 +1400,7 @@ $activity-add-hover: theme-color-level('primary', -10) !default;
|
||||
@include border-radius($activity-item-border-radius);
|
||||
.editavailability {
|
||||
a {
|
||||
@include border-radius(0.5rem);
|
||||
color: $body-color;
|
||||
text-decoration: none;
|
||||
@include border-radius();
|
||||
font-weight: bold;
|
||||
&:hover {
|
||||
background-color: $gray-400;
|
||||
|
@ -29164,8 +29164,6 @@ span.editinstructions .alert-link {
|
||||
}
|
||||
.course-section .availabilityinfo .editavailability a {
|
||||
border-radius: 0.5rem;
|
||||
color: #1d2125;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
.course-section .availabilityinfo .editavailability a:hover {
|
||||
|
@ -29163,9 +29163,7 @@ span.editinstructions .alert-link {
|
||||
border-radius: 1rem;
|
||||
}
|
||||
.course-section .availabilityinfo .editavailability a {
|
||||
border-radius: 0.5rem;
|
||||
color: #1d2125;
|
||||
text-decoration: none;
|
||||
border-radius: 0.25rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
.course-section .availabilityinfo .editavailability a:hover {
|
||||
|
Loading…
x
Reference in New Issue
Block a user