Skip to content

Commit

Permalink
fix table borders overriden by browser styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kgough committed Nov 2, 2017
1 parent 7112b3c commit 83dac83
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -879,6 +879,10 @@ ul.u-listInline li .u-textHighlight {
z-index: var(--Editor-suggestions-header-z-index);
}

table {
border: none;
}

button.close {
border: 0;
color: #f00;
Expand Down

0 comments on commit 83dac83

Please sign in to comment.