diff options
| author | Kumar Priyansh <[email protected]> | 2020-07-17 20:52:15 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-17 20:52:15 +0530 |
| commit | b5085a04c3c22377b7bb2a67c1cd24991c2c4b5e (patch) | |
| tree | 410ac613c51f3e5b78602c5e87628c9e5deb4374 /dist | |
| parent | a40d8250fac5ce2fc448bacc4967ac688cbb59a6 (diff) | |
| download | nativekit-b5085a04c3c22377b7bb2a67c1cd24991c2c4b5e.tar.xz nativekit-b5085a04c3c22377b7bb2a67c1cd24991c2c4b5e.zip | |
Remove border from List Item
Diffstat (limited to 'dist')
| -rw-r--r-- | dist/mac/css/all.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/mac/css/all.css b/dist/mac/css/all.css index 6385c66..9808e40 100644 --- a/dist/mac/css/all.css +++ b/dist/mac/css/all.css @@ -1506,12 +1506,12 @@ th:last-child, td:last-child { padding: 10px 10px 10px 10px; font-size: 12px; color: #414142; - border-top: 1px solid #ddd; + /* border-top: 1px solid #ddd; */ } .dark .list .item { color: #ffffff; - border-top: 1px solid #000000; + /* border-top: 1px solid #000000; */ } .list .item:first-child { |
