Merge branch 'MDL-57158-master' of git://github.com/ryanwyllie/moodle
This commit is contained in:
@@ -14,6 +14,12 @@ a:first-of-type > .icon {
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
// Fix the first icon for an action menu. This rule exists to reverse the
|
||||
// icon margin defined in the a:first-of-type > .icon rule.
|
||||
.action-menu .dropdown a:first-of-type > .icon {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.pull-xs-right {
|
||||
.icon {
|
||||
margin-right: 0;
|
||||
@@ -21,11 +27,6 @@ a:first-of-type > .icon {
|
||||
}
|
||||
}
|
||||
|
||||
// Fix the cog icon for an action menu.
|
||||
.action-menu > .dropdown .icon {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
// Fix the space between the dropdown icon and the caret.
|
||||
.action-menu {
|
||||
.dropdown-toggle {
|
||||
|
||||
Reference in New Issue
Block a user