Skip to content

Commit 1b16c80

Browse files
committed
Fix expressions docs highlight
1 parent fbce8b0 commit 1b16c80

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/docs/expressions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Perspective adds many of its own functions in addition to `ExprTK`'s standard
120120
ones, including common functions for `datetime` and `string` types such as
121121
`substring()`, `bucket()`, `day_of_week()`, etc. A full list of available
122122
functions is available in the
123-
[Expression Columns API](obj/perspective-viewer-exprtk).
123+
[Expression Columns API](../obj/perspective-viewer-exprtk).
124124

125125
## Examples
126126

rust/perspective-viewer/src/less/column-selector.less

+1-2
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,10 @@
121121

122122
:host {
123123
#add-expression {
124-
border: var(--column-add--border, none);
124+
border: var(--column-add--border, 1px solid transparent);
125125
min-height: 24px;
126126
flex-direction: row;
127127
font-size: 12px;
128-
border: 1px solid transparent;
129128
background-color: #8b868045;
130129
border-radius: 2px;
131130
display: flex;

0 commit comments

Comments
 (0)