Skip to content

Commit efd8bae

Browse files
committed
Remove borders from table elements found in Google Custom Search Engine widget
- Close mmistakes#759
1 parent f169eb3 commit efd8bae

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

_sass/_utilities.scss

+12
Original file line numberDiff line numberDiff line change
@@ -467,4 +467,16 @@ a.reversefootnote {
467467
.required {
468468
color: $danger-color;
469469
font-weight: bold;
470+
}
471+
472+
473+
/*
474+
Google Custom Search Engine
475+
========================================================================== */
476+
477+
.gsc-control-cse {
478+
479+
table, tr, td {
480+
border: 0; /* remove table borders widget */
481+
}
470482
}

docs/_sass/_utilities.scss

+12
Original file line numberDiff line numberDiff line change
@@ -467,4 +467,16 @@ a.reversefootnote {
467467
.required {
468468
color: $danger-color;
469469
font-weight: bold;
470+
}
471+
472+
473+
/*
474+
Google Custom Search Engine
475+
========================================================================== */
476+
477+
.gsc-control-cse {
478+
479+
table, tr, td {
480+
border: 0; /* remove table borders widget */
481+
}
470482
}

0 commit comments

Comments
 (0)