[wp-trac] [WordPress Trac] #24947: Missing semi-colon in Twenty Fourteen style.css
WordPress Trac
noreply at wordpress.org
Sun Aug 4 09:10:22 UTC 2013
#24947: Missing semi-colon in Twenty Fourteen style.css
---------------------------+-----------------------------
Reporter: trishasalas | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: trunk
Severity: minor | Keywords:
---------------------------+-----------------------------
Lines 658-663 are currently:
{{{
.social-links-toggle:hover,
.search-toggle:hover,
.social-links-toggle.active,
.search-toggle.active {
background-color: #35921f
}
}}}
Should be:
{{{
.social-links-toggle:hover,
.search-toggle:hover,
.social-links-toggle.active,
.search-toggle.active {
background-color: #35921f;
}
}}}
Technically not a bug or a defect, perfectly acceptable in it's given
state. Could easily break and add developer anguish if someone starts
adding styles.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24947>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list