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:37:10 +03:00
parent 614563082b
commit 896e87228c
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

@ -18431,6 +18431,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

@ -18431,6 +18431,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;