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:
Sara Arjona 2024-09-10 16:49:13 +02:00
parent b82d814ef2
commit b07246f022
No known key found for this signature in database
3 changed files with 14 additions and 0 deletions

View File

@ -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 {

View File

@ -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";

View File

@ -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";