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:
@@ -29,9 +29,6 @@ $courseindex-item-current: $primary !default;
|
||||
color: $courseindex-link-hover-color;
|
||||
}
|
||||
}
|
||||
&.draggable {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user