Merge branch 'MDL-64091-master' of git://github.com/mickhawkins/moodle

This commit is contained in:
Jun Pataleta 2018-11-21 12:21:15 +08:00
commit f4aa71be50
4 changed files with 7 additions and 6 deletions

View File

@ -14,8 +14,8 @@
// For the white version of the icons, just add the .icon-white class:
// <i class="icon-inbox icon-white"></i>
[class^="icon-"],
[class*=" icon-"] {
[class^="icon-"]:not([class^="icon-size-"]),
[class*=" icon-"]:not([class*=" icon-size-"]) {
display: inline-block;
width: 14px;
height: 14px;

View File

@ -12,6 +12,7 @@ To update to the latest release of twitter bootstrap:
* download the new less files and store them in less/bootstrap
* Apply change in MDL-42195 (We don't want responsive images by default).
* Apply change in MDL-48328 (We need to reset the width of the container directly, in ./less/bootstrap/navbar.less, using the calculated value found in ./less/bootstrap/mixin.less).
* Apply change in MDL-64091 (We don't want icon-size-n classes to have the icon background image applied).
* regenerate css files using grunt
* update ./thirdpartylibs.xml

View File

@ -774,8 +774,8 @@ table th[class*="span"],
.table-hover tbody tr.info:hover > td {
background-color: #c4e3f3;
}
[class^="icon-"],
[class*=" icon-"] {
[class^="icon-"]:not([class^="icon-size-"]),
[class*=" icon-"]:not([class*=" icon-size-"]) {
display: inline-block;
width: 14px;
height: 14px;

View File

@ -12552,8 +12552,8 @@ table th[class*="span"],
.table-hover tbody tr.info:hover > td {
background-color: #c4e3f3;
}
[class^="icon-"],
[class*=" icon-"] {
[class^="icon-"]:not([class^="icon-size-"]),
[class*=" icon-"]:not([class*=" icon-size-"]) {
display: inline-block;
width: 14px;
height: 14px;