Ticket #9169 (closed PLIP: wontfix)

Opened 7 years ago

Last modified 7 years ago

portal_css disabling of "earlier code"

Reported by: espenmn Owned by:
Priority: trivial Milestone: 3.3
Component: Templates/CSS Version:
Keywords: Cc:

Description

Could this be an idea: Some kind of syntax in css-files that let you remove values from other css files.

Lets say product A has its own css file where one line says:

#someid { border: 1px solid grey; background: red; }

Then, if it was possible to put in my.css #someid { border: <remove> }

would result in an css file with #someid { background: red }

Now, I typically approach would be to put border: 0 none which results in a bigger css-file or customize products css-files.

Change History

comment:1 Changed 7 years ago by espenmn

  • Type changed from Bug to PLIP

comment:2 Changed 7 years ago by dunlapm

  • Status changed from new to closed
  • Resolution set to wontfix

This isn't what the registries were designed for. Slightly larger CSS files aren't that big of a deal when we are merging and compacting them already. File size savings would be minimal at best.

comment:3 Changed 7 years ago by hannosch

  • Milestone changed from 3.x to 3.3
Note: See TracTickets for help on using tickets.