mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 08:30:04 +01:00
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:
parent
9497db441a
commit
cbe47c1cf4
@ -30,9 +30,6 @@ $courseindex-item-current: $primary !default;
|
||||
color: $courseindex-link-hover-color;
|
||||
}
|
||||
}
|
||||
&.draggable {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user