diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-04 13:10:13 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-08-04 13:10:13 -0500 |
| commit | 4051758f3cef5e353cb24c699f4594fa4be81758 (patch) | |
| tree | c7a9c7937e0803f34889f109d7588dfe817d357d /src/client/views/collections/collectionFreeForm/PropertiesView.scss | |
| parent | 8192e058495155a056b83b701c90ac56115dda32 (diff) | |
several UI changes and consistency updates around the system
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/PropertiesView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/PropertiesView.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/PropertiesView.scss b/src/client/views/collections/collectionFreeForm/PropertiesView.scss index aede3842e..9560de2f5 100644 --- a/src/client/views/collections/collectionFreeForm/PropertiesView.scss +++ b/src/client/views/collections/collectionFreeForm/PropertiesView.scss @@ -641,4 +641,15 @@ margin-top: 2px; } } +} + +.editable-title { + border: none; + padding: 6px; + padding-bottom: 2px; + + + &:hover { + border: 0.75px solid rgb(122, 28, 28); + } }
\ No newline at end of file |
