mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-77658 theme: Fixed RTL manage course categories menu
fixed course checkboxes that appears on the categories menu on RTL
This commit is contained in:
parent
1474f74687
commit
ec7e9d6d5d
@ -930,6 +930,9 @@ span.editinstructions {
|
||||
border-left: calc(#{$list-group-border-width} + 5px) solid map-get($theme-colors, 'primary');
|
||||
padding-left: calc(#{$list-group-item-padding-x} - 5px);
|
||||
}
|
||||
&:hover {
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
||||
.item-actions {
|
||||
|
@ -28681,6 +28681,9 @@ span.editinstructions .alert-link {
|
||||
border-left: calc(1px + 5px) solid #0f6cbf;
|
||||
padding-left: calc(1.25rem - 5px);
|
||||
}
|
||||
#course-category-listings .listitem:hover {
|
||||
z-index: 2;
|
||||
}
|
||||
#course-category-listings .item-actions {
|
||||
margin-right: 1em;
|
||||
display: inline-block;
|
||||
|
@ -28681,6 +28681,9 @@ span.editinstructions .alert-link {
|
||||
border-left: calc(1px + 5px) solid #0f6cbf;
|
||||
padding-left: calc(1.25rem - 5px);
|
||||
}
|
||||
#course-category-listings .listitem:hover {
|
||||
z-index: 2;
|
||||
}
|
||||
#course-category-listings .item-actions {
|
||||
margin-right: 1em;
|
||||
display: inline-block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user