aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails/PresElementBox.scss
diff options
context:
space:
mode:
authorsrichman333 <sarah_n_richman@brown.edu>2023-02-20 00:53:06 -0500
committersrichman333 <sarah_n_richman@brown.edu>2023-02-20 00:53:06 -0500
commit6b1cbe4130c9090042378dcf81e0eabca9badfd8 (patch)
treee45813782b80ffba61d003d90f19fe7ed53d88ce /src/client/views/nodes/trails/PresElementBox.scss
parent53bcf6cf1115673791406d51edc1913a43ab9bc3 (diff)
parent32f5040c44dc302e3dd53cecd9be4cd51a474d3f (diff)
Merge branch 'master' into uiupdate-sarah
Diffstat (limited to 'src/client/views/nodes/trails/PresElementBox.scss')
-rw-r--r--src/client/views/nodes/trails/PresElementBox.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/nodes/trails/PresElementBox.scss b/src/client/views/nodes/trails/PresElementBox.scss
index 415253af1..4f95f0c1f 100644
--- a/src/client/views/nodes/trails/PresElementBox.scss
+++ b/src/client/views/nodes/trails/PresElementBox.scss
@@ -44,6 +44,12 @@ $slide-active: #5b9fdd;
display: flex;
align-items: center;
+ .presItem-number {
+ cursor: pointer;
+ &:hover {
+ background-color: $light-blue;
+ }
+ }
.presItem-name {
display: flex;
min-width: 20px;