jsfiddle / togetherjs

A service for your website that makes it surprisingly easy to collaborate in real-time.
https://togetherjs.com
Mozilla Public License 2.0
7.01k stars 849 forks source link

Fixing IE 11 inherit issues #1017 #1018

Closed Abbe98 closed 9 years ago

Abbe98 commented 10 years ago
.button-reset () { 
  background-color: inherit; 
...

.togetherjs-cancel {
  background-color: inherit;
...

Does not work in IE 11 so they are replaced with background-color: @background-color;.

See #1017

Abbe98 commented 10 years ago

Ping: @ianb

woniesong92 commented 9 years ago

1028