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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user