MDL-42255 course management: removed selected item icon

Removed the arrow that sits at the far right of the selected
category or course.
We already highlight with a different background colour and
that icon had caused confusion in the past.
This commit is contained in:
Sam Hemelryk
2013-10-11 15:43:33 +13:00
parent 89376590c0
commit 6ea0f4a674
-2
View File
@@ -266,8 +266,6 @@ input.titleeditor { width: 330px; vertical-align: text-bottom; }
#course-category-listings .listing-actions .moodle-actionmenu:not([data-enhanced]) > .menubar a {color:inherit;}
#course-category-listings .listing-actions .moodle-actionmenu:not([data-enhanced]) > .menubar a > img {display:none;}
#course-category-listings li[data-selected='1'] > div {background-image:url([[pix:t/collapsed]]);background-repeat: no-repeat; background-position: right center;}
#course-category-listings .item-actions {margin-right:1em;display:inline-block;display:initial;}
#course-category-listings .item-actions img {margin: 0 0.3em;}
#course-category-listings .item-actions .menu .menu-action {margin-right:1em;}