MDL-79829 theme: Fix Course index draggable cursor

* Make the cursor consistent for drag and drop operation
to be the same in the course content and the course index
This commit is contained in:
Laurent David
2024-03-11 09:24:25 +01:00
parent 9497db441a
commit cbe47c1cf4
3 changed files with 0 additions and 9 deletions
-3
View File
@@ -30,9 +30,6 @@ $courseindex-item-current: $primary !default;
color: $courseindex-link-hover-color;
}
}
&.draggable {
cursor: pointer;
}
}
}
-3
View File
@@ -38105,9 +38105,6 @@ div.editor_atto_toolbar button .icon {
.courseindex .courseindex-item:focus.dimmed .courseindex-chevron {
color: black;
}
.courseindex .courseindex-item:hover.draggable, .courseindex .courseindex-item:focus.draggable {
cursor: pointer;
}
.courseindex .courseindex-item.dragging {
border: 1px solid #b8dce2;
background-color: #e0f0f2;
-3
View File
@@ -38039,9 +38039,6 @@ div.editor_atto_toolbar button .icon {
.courseindex .courseindex-item:focus.dimmed .courseindex-chevron {
color: black;
}
.courseindex .courseindex-item:hover.draggable, .courseindex .courseindex-item:focus.draggable {
cursor: pointer;
}
.courseindex .courseindex-item.dragging {
border: 1px solid #b8dce2;
background-color: #e0f0f2;