css - How do I get rid of a Google custom search snippet hover border? -


i'm trying restyle google custom search page , having...mixed results. thing that's bothering me hover border. come , how can rid of it?

picture below. see? 1px black line.

picture of border

edit: meant include following, somehow didn't:

here's link public url similar google search engine. lines in full effect there. enter search term.

the element appears have hoverborder has mess of inline javascript.

<td onclick="if (this.classname == 'gsc-table-cell-snippet-close gsc-collapsable') { this.classname = 'gsc-table-cell-snippet-open gsc-collapsable'; } else if (this.classname == 'gsc-table-cell-snippet-open gsc-collapsable') { this.classname = 'gsc-table-cell-snippet-close gsc-collapsable'; };" class="gsc-table-cell-snippet-close"> 

so, anyone?

p.s. plan b here go different google search theme (they don't have hoverborder) have current theme looking way want , customizing google search isn't fun, we'd prefer stick have.

that url needed. should able override style following:

.gsc-webresult.gsc-result:hover {     border-left: 1px solid white; } 

Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -