diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-04-11 20:19:57 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-04-11 20:19:57 -0400 |
| commit | fd8e6bf2cacf8bed7c3363eeb777c731741266d5 (patch) | |
| tree | 6b10245d44a8159b38b26d4f70150adf162cfe78 /src/client/views/collections/CollectionBaseView.tsx | |
| parent | 6dd21d8ca48beef6d5054f60d04bb4412b6b33b5 (diff) | |
made COLLECTION_BORDER_WIDTH a CSS variable accessible from code. changed global css variable file name
Diffstat (limited to 'src/client/views/collections/CollectionBaseView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionBaseView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionBaseView.tsx b/src/client/views/collections/CollectionBaseView.tsx index ac320eda3..0ace700ce 100644 --- a/src/client/views/collections/CollectionBaseView.tsx +++ b/src/client/views/collections/CollectionBaseView.tsx @@ -34,7 +34,6 @@ export interface CollectionViewProps extends FieldViewProps { contentRef?: React.Ref<HTMLDivElement>; } -export const COLLECTION_BORDER_WIDTH = 1; @observer export class CollectionBaseView extends React.Component<CollectionViewProps> { |
