Skip to content

Commit d9e1d4c

Browse files
committed
[nested-grid] Tweak row-header borders
1 parent 6a574c5 commit d9e1d4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/re_com/theme/default.cljs

+2-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@
214214
{:padding-top sm-3
215215
:padding-right sm-3
216216
:padding-left sm-6
217-
:border-right (str "thin" " solid" border)
218217
:background-color light-background
219218
:color "#666"
220219
:text-align "left"
@@ -227,6 +226,8 @@
227226
[props {{:keys [edge]} :state}]
228227
(update props :style merge
229228
row-header-wrapper-main
229+
(when (contains? edge :right)
230+
{:border-right "thin solid #aaa"})
230231
(when (contains? edge :left)
231232
{:border-left "thin solid #aaa"})
232233
(when (contains? edge :bottom)

0 commit comments

Comments
 (0)