Closed
Bug 976985
Opened 11 years ago
Closed 7 years ago
STK and Feedback-email Settings: Use hidden attribute instead a new CSS class for STK and feedback email
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: frsela, Unassigned)
Details
See comments here: https://github.com/mozilla-b2g/gaia/pull/15532#discussion-diff-9856783R124
--
There’s no .hidden class in the shared directory, and there are only two .hidden classes in apps/settings/style:
#icc .hidden {
display: none;
}
#feedback-email.hidden {
display: none;
}
It’s doing the exact same thing as the hidden attribute, isn’t it? Worst case, if you have to specify additional rules you could also use a #icc [hidden] selector.
| Reporter | ||
Updated•11 years ago
|
Assignee: nobody → frsela
| Reporter | ||
Updated•10 years ago
|
Assignee: frsela → nobody
Comment 1•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•