json-editor icon indicating copy to clipboard operation
json-editor copied to clipboard

Why inline css????

Open nardev opened this issue 7 years ago • 1 comments

It's horrible headache to adjust/customize anything if you just want to use pure html version. I really can't understand why is there so much inline CSS?

for example, making array with tabs, the selected one get "opacity: 1; background: white;" ... wondering whyyyy..????

and many more examples

And at the same time, lack of classes in the elements so it's always hard to catch something to aply custom style...

nardev avatar Aug 10 '17 02:08 nardev

Wou... seems like there is a method 3-4 same methods (for every theme).. i don't see it apply "active" class to a tab

markTabActive: function(tab) { tab.className += ' active'; },

nardev avatar Aug 10 '17 02:08 nardev