[wp-trac] [WordPress Trac] #42801: Theme Twenty Seventeen - Why Link underline?
WordPress Trac
noreply at wordpress.org
Tue Dec 5 07:56:40 UTC 2017
#42801: Theme Twenty Seventeen - Why Link underline?
--------------------------+------------------------------
Reporter: ReikoDD | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Themes | Version: 4.9.1
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by ReikoDD):
i found the problem in style.css
-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
could be replaced
-webkit-box-shadow: none;
box-shadow:none;
--
Ticket URL: <https://core.trac.wordpress.org/ticket/42801#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list