increases discoverability of die interactions
parent
6f935644c1
commit
eca965e434
|
|
@ -87,8 +87,10 @@ $special-action-color: #000;
|
||||||
&:hover {
|
&:hover {
|
||||||
text-shadow: 0 0 10px red;
|
text-shadow: 0 0 10px red;
|
||||||
}
|
}
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin svg-highlight {
|
@mixin svg-highlight {
|
||||||
filter: drop-shadow(0px 0px 10px rgb(255 0 0));
|
filter: drop-shadow(0px 0px 10px rgb(255 0 0));
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
@ -216,11 +216,14 @@ $deity_colours_tint: (
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
|
||||||
path {
|
path {
|
||||||
fill: $color;
|
fill: $color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
@include colour.svg-highlight;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.clickable {
|
.clickable {
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,11 @@
|
||||||
fill: colour.$zauber-color;
|
fill: colour.$zauber-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
@include colour.svg-highlight;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -43,6 +48,8 @@
|
||||||
span {
|
span {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
|
@include colour.highlight;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue