mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
UX: restore table borders
Newer versions of Normalize remove the `border-collapse: collapse;` property and fallback to browser defaults. This commit restores that property because we're using it in quite a few places.
This commit is contained in:
parent
98786cb037
commit
6e341f1839
@ -124,6 +124,10 @@ pre code {
|
|||||||
// Tables
|
// Tables
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
|
|
||||||
tbody {
|
tbody {
|
||||||
border-top: 3px solid $primary-low;
|
border-top: 3px solid $primary-low;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user