mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02: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
6f40d9ffd7
commit
cd2d34a055
3 changed files with 9 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -28587,6 +28587,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;
|
||||
|
|
|
@ -28587,6 +28587,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…
Add table
Add a link
Reference in a new issue