Skip to content

Commit

Permalink
Fix expressions docs highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Dec 2, 2023
1 parent fbce8b0 commit 1b16c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Perspective adds many of its own functions in addition to `ExprTK`'s standard
ones, including common functions for `datetime` and `string` types such as
`substring()`, `bucket()`, `day_of_week()`, etc. A full list of available
functions is available in the
[Expression Columns API](obj/perspective-viewer-exprtk).
[Expression Columns API](../obj/perspective-viewer-exprtk).

## Examples

Expand Down
3 changes: 1 addition & 2 deletions rust/perspective-viewer/src/less/column-selector.less
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,10 @@

:host {
#add-expression {
border: var(--column-add--border, none);
border: var(--column-add--border, 1px solid transparent);
min-height: 24px;
flex-direction: row;
font-size: 12px;
border: 1px solid transparent;
background-color: #8b868045;
border-radius: 2px;
display: flex;
Expand Down

0 comments on commit 1b16c80

Please sign in to comment.