ISH-Gruppe / screenario

Screenario - The screen for every scenario
https://screenar.io
GNU General Public License v3.0
2 stars 2 forks source link

Stuhlkreis CSS influences other components. #39

Closed liam-k closed 2 years ago

liam-k commented 2 years ago

Apparently, CSS rules which should be scoped to Stuhlkreis influence other components on the page. This is especially annoying when it comes to this rule which makes all text grey.

I tried overriding it in multiple ways already, but no matter what I do, these seem to take precedence. Maybe you can fix it by making the rules more scoped.

e.g.

.stuhlkreis-global-window-whatever div, 
.stuhlkreis-global-window-whatever p {
  color: 
} 
image
liam-k commented 2 years ago

Another rule turns all headings white... not very nice. We’ll probably discover more of those, so if you could find a general solution it would be great.

image
s-gbz commented 2 years ago

I'm aware, see the tasks and resolution defined in #21 tl;dr - it might should be fixable by overwriting the rules in our upcoming theming?

would be great. image

liam-k commented 2 years ago

tl;dr - it might should be fixable by overwriting the rules in our upcoming theming?

I don’t think so, I really tried overriding the styles in every component above stuhlkreis. App, index, windowmanager... I don’t think writing it into the theme will help, Stuhlkreis always takes precedence, seems as if its styles are always added last.

s-gbz commented 2 years ago

Alright I'll get on to it now.