clientIO / JointJS_plus

JointJS+ support
4 stars 9 forks source link

CSS Naming Convention #49

Closed kmansel closed 8 years ago

kmansel commented 9 years ago

We are noticing sometimes the css naming convention is rather basic. Especially if you're using the tooltip plugin, as those css classes clash with bootstrap. Is there a push in the near future to name your css classes a bit more specific?

For example : instead of .tooltip, maybe something like .ui-joint-tooltip

DavidDurman commented 9 years ago

We might consider this. In the near future, as part of redesign of Rappid components and support for themes, we're planning to switch to Sass. This will not only make it easy to restyle components but also bring the possibility to namespace the CSS.

JoseGoncalves commented 9 years ago

Also noticed this issue using Rappid's Tooltip within an app that uses Bootstrap CSS.

oklymenk commented 9 years ago

+1. Had to work around a conflict with .label class (using Bootstrap)

kumilingus commented 8 years ago

Fixed in v2.0. Added joint- prefix to all Rappid/JointJS views.

kmansel commented 8 years ago

👍