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-08-06 09:19:27 +03:00
parent 1474f74687
commit ec7e9d6d5d
3 changed files with 9 additions and 0 deletions
+3
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 {
+3
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;
+3
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;