#15730 closed enhancement (fixed)
Can't override AccordionContainer content pane border color for claro
Reported by: | Bill Reed | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.1 |
Component: | Dijit - LnF | Version: | 1.8.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In Maqetta.org IDE we have functions that allow a user to create a CSS rule to override existing theme rules, Bu with claro in dojo 1.8 the user can't override the rule because property has the !important which does not seem to be need.
.claro .dijitAccordionInnerContainerSelectedHover .dijitAccordionChildWrapper, .claro .dijitAccordionInnerContainerSelectedActive .dijitAccordionChildWrapper { background-color: white; border: 1px solid #759DC0 !important; -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25); -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25); box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25); }
We currently do not allow users to add !important from the UI the user would have to hand edit the CSS to add the !important.
Would it be possible to remove the !important from the property?
Change History (8)
comment:1 Changed 9 years ago by
Component: | themes → Dijit - LnF |
---|---|
Milestone: | tbd → 1.8.1 |
Owner: | changed from nonken to bill |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
Sure. I traced back and that !important has been there since the beginning but I agree that it shouldn't be there.
There are some other !important's that I didn't catch that should also be removed if possible. Including AccordionContainer, the list is: