mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
MDL-83084 theme: Remove the caret icon near the actions menu
Remove the caret icon near the actions menu in the Manage courses and categories page.
This commit is contained in:
parent
b82d814ef2
commit
b07246f022
@ -2976,7 +2976,11 @@ body.dragging {
|
||||
font-size: 9px;
|
||||
width: 9px;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.listitem-category .dropdown-toggle::after {
|
||||
/* This can be removed when the .dropdown-toggle::after is updated to remove content. */
|
||||
content: none;
|
||||
}
|
||||
|
||||
.dropleft .dropdown-toggle::before {
|
||||
|
@ -25950,6 +25950,11 @@ body.dragging .dragging {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.listitem-category .dropdown-toggle::after {
|
||||
/* This can be removed when the .dropdown-toggle::after is updated to remove content. */
|
||||
content: none;
|
||||
}
|
||||
|
||||
.dropleft .dropdown-toggle::before {
|
||||
border: 0;
|
||||
content: "\f053";
|
||||
|
@ -25950,6 +25950,11 @@ body.dragging .dragging {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.listitem-category .dropdown-toggle::after {
|
||||
/* This can be removed when the .dropdown-toggle::after is updated to remove content. */
|
||||
content: none;
|
||||
}
|
||||
|
||||
.dropleft .dropdown-toggle::before {
|
||||
border: 0;
|
||||
content: "\f053";
|
||||
|
Loading…
x
Reference in New Issue
Block a user