Merge branch 'MDL-62212-master' of git://github.com/bmbrands/moodle
authorAndrew Nicols <andrew@nicols.co.uk>
Wed, 2 May 2018 00:27:34 +0000 (08:27 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Wed, 2 May 2018 00:27:34 +0000 (08:27 +0800)
1  2 
theme/boost/scss/moodle/bs4alphacompat.scss

@@@ -218,10 -218,10 +218,14 @@@ $bs4aspacers: map-merge(
    }
  }
  
 +input[disabled] {
 +    cursor: not-allowed;
 +}
 +
+ .row-fluid {
+   @include make-row();
+ }
  // These have been removed in BS4 Stable. Adding in so RTL dropdowns will work.
  /*rtl:raw:
  .dropdown-menu-right {