From 254c5d0f1e03e949af8a86087bf49d5318711614 Mon Sep 17 00:00:00 2001 From: Carlo Barone Date: Tue, 23 Apr 2024 15:13:45 +0200 Subject: [PATCH] fix(input-padding): spacing in the omnitable header horizontally aligned --- cosmoz-omnitable-styles.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cosmoz-omnitable-styles.js b/cosmoz-omnitable-styles.js index ba183cab..08ebe94f 100644 --- a/cosmoz-omnitable-styles.js +++ b/cosmoz-omnitable-styles.js @@ -159,6 +159,7 @@ export default css` --cosmoz-omnitable-header-font-size, 16px ); + --cosmoz-input-padding: 0; --cosmoz-input-label-text-transform: var(--cosmoz-omnitable-header-text-transform, none); --cosmoz-input-label-font-weight: var(--cosmoz-omnitable-header-font-weight, normal); } @@ -475,7 +476,6 @@ export default css` transition: 0.15s background ease-in; outline: none; color: rgba(0, 0, 0, 0.16); - } .expand svg { fill: currentColor; @@ -484,7 +484,7 @@ export default css` transform: scaleY(-1); } .expand:active { - background: rgba(33,33,33,0.25) + background: rgba(33, 33, 33, 0.25); } .expand:hover { color: #000; @@ -526,7 +526,7 @@ export default css` display: inline-flex; position: relative; } - .header-cell :not(.sg,cosmoz-clear-button) { + .header-cell :not(.sg, cosmoz-clear-button) { min-width: 0; flex: auto; }