llaske / ExerciserReact

React code of Exerciser Activity. GSoC 2018
Apache License 2.0
15 stars 49 forks source link

Visibility of buttons in builder mode #43

Closed ironsoul0 closed 5 years ago

ironsoul0 commented 5 years ago

It appeared that buttons for removing/adding options were not displayed correctly. Removing bootstrap class made them look as expected.

Before

before

After

after
llaske commented 5 years ago

I'm not able to reproduce this. Could you explain how buttons could appear invisible?

ironsoul0 commented 5 years ago

I'm not able to reproduce this. Could you explain how buttons could appear invisible?

So for you, they look as expected?

I guess the problem could be in different versions of bootstrap.

I also use Google Chrome on MacBook Pro 13.3, 2017. Maybe for Windows machine, the result is different?

llaske commented 5 years ago

Finally reproduced on another computer. BTW other buttons are now white.

image

llaske commented 5 years ago

Fixed in https://github.com/llaske/ExerciserReact/pull/34