Skip to content

Commit

Permalink
Fix Tabulator background in dark mode (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Oct 16, 2024
1 parent 154069e commit 71c48a7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions .kotlin-js-store/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1758,10 +1758,10 @@ kind-of@^6.0.2:
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==

kvision-assets@8.0.12:
version "8.0.12"
resolved "https://registry.yarnpkg.com/kvision-assets/-/kvision-assets-8.0.12.tgz#1251c10924543ab938e1774e49ee5bfa135ee967"
integrity sha512-d9lfDc6ZmVFV545FSFUcUwnKrolYJw30bzcmBUlTELo0kzUj0WB7aSSLkLPus8K/7VyZ6FS14lkBWajKvcXyrQ==
kvision-assets@8.0.13:
version "8.0.13"
resolved "https://registry.yarnpkg.com/kvision-assets/-/kvision-assets-8.0.13.tgz#10de0b78da9a1890d10ac36315f15e7993396d88"
integrity sha512-qzcRR+iK0yXvj0bulsnjiUE2VS723SZNsTyLtwgtEhoBj5rNoqdXlOJaE2uREla3P/OOTwt7w+ysCQfx/wAT9w==

leaflet@1.9.4:
version "1.9.4"
Expand Down Expand Up @@ -2135,9 +2135,9 @@ pend@~1.2.0:
integrity sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==

picocolors@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59"
integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==
version "1.1.1"
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==

picomatch@^2.0.4, picomatch@^2.2.1:
version "2.3.1"
Expand Down Expand Up @@ -2659,9 +2659,9 @@ terser-webpack-plugin@^5.3.10:
terser "^5.26.0"

terser@^5.26.0:
version "5.35.0"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.35.0.tgz#38e29d3f4fd09dacfa3fcd5d381086d0816ba943"
integrity sha512-TmYbQnzVfrx3RQsPoItoPplymixIAtp2R2xlpyVBYmFmvI34IzLhCLj8SimRb/kZXlq4t1gA+vbcTqLQ3+5Q5g==
version "5.36.0"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.36.0.tgz#8b0dbed459ac40ff7b4c9fd5a3a2029de105180e"
integrity sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==
dependencies:
"@jridgewell/source-map" "^0.3.3"
acorn "^8.8.2"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ hamcrestVersion=3.0
kotestVersion=5.9.1
shadowVersion=8.3.3

kvisionAssetsVersion=8.0.12
kvisionAssetsVersion=8.0.13
cssLoaderVersion=7.1.2
styleLoaderVersion=4.0.0
importsLoaderVersion=5.0.0
Expand Down
2 changes: 1 addition & 1 deletion kvision-assets/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ npmPublish {
}
packageJson {
main.set("index.js")
version.set("8.0.12")
version.set("8.0.13")
description.set("The assets for the KVision framework")
keywords.set(listOf("kvision", "kotlin"))
homepage.set("https://kvision.io")
Expand Down
2 changes: 1 addition & 1 deletion kvision-assets/src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ label.required-label + ons-input > span.text-input__label::after {
background: #fff !important;
}

[data-bs-theme="dark"] .tabulator.table-bordered .tabulator-header .tabulator-col, [data-bs-theme="dark"] .tabulator.table-bordered .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell, [data-bs-theme="dark"] .tabulator .tabulator-tableholder, [data-bs-theme="dark"] .tabulator .tabulator-footer {
[data-bs-theme="dark"] .tabulator .tabulator-header .tabulator-col, [data-bs-theme="dark"] .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell, [data-bs-theme="dark"] .tabulator .tabulator-tableholder, [data-bs-theme="dark"] .tabulator .tabulator-footer {
background-color: var(--bs-body-bg, #212529);
}

Expand Down

0 comments on commit 71c48a7

Please sign in to comment.