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-18 07:39:12 +01:00
parent 313c6d80a0
commit 5dd9626ff7
3 changed files with 0 additions and 9 deletions
-3
View File
@@ -29,9 +29,6 @@ $courseindex-item-current: $primary !default;
color: $courseindex-link-hover-color;
}
}
&.draggable {
cursor: pointer;
}
}
}
-3
View File
@@ -37439,9 +37439,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
@@ -37373,9 +37373,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;