| Index: ui/webui/resources/css/table.css
|
| diff --git a/ui/webui/resources/css/table.css b/ui/webui/resources/css/table.css
|
| index 1d59b7a9e05bdc306e2fe953b85e66e8848c5367..11394fffaeee1901fb0ff0e35a89eb7a5501425f 100644
|
| --- a/ui/webui/resources/css/table.css
|
| +++ b/ui/webui/resources/css/table.css
|
| @@ -63,11 +63,11 @@ list > [selected]:hover {
|
| }
|
|
|
| .table-header-inner {
|
| - -webkit-user-select: none;
|
| cursor: default;
|
| display: -webkit-box;
|
| position: relative;
|
| text-align: start;
|
| + user-select: none;
|
| }
|
|
|
| .table-header-cell {
|
|
|