P
P
pqgg7nwkd42020-05-05 20:17:49
Google Chrome
pqgg7nwkd4, 2020-05-05 20:17:49

How to remove border over cell in chrome?

Example:

<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <title>Table</title>
</head>
<body>
<table>
    <tr><td colspan="2">Jan</td></tr>
    <tr><td class="_now">1</td><td>2</td></tr>
</table>
</body>
</html>

table {
  border: none;
  border-collapse: collapse;
}
td {
  padding: 1em;
  border: none;
}
._now {
  border: 1px solid black;
}


https://jsfiddle.net/0fra3ndp/

In FF it is displayed like this:
5eb19f7be14e2676084791.png

And in chrome, for some reason, like this:
5eb19f895f37f129554134.png

How to be?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
pqgg7nwkd4, 2020-05-05
@pqgg7nwkd4

This is a bug
https://bugs.chromium.org/p/chromium/issues/detail...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question