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:
chen levy 2023-07-31 11:44:36 +03:00
parent 1474f74687
commit ec7e9d6d5d
3 changed files with 9 additions and 0 deletions

View File

@ -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 {

View File

@ -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;

View File

@ -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;