Skip to content

Commit 63326b3

Browse files
author
Kristan Kenney
committed
Set default cursor state for informational text
1 parent 864b863 commit 63326b3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

web/css/styles.min.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,9 @@ div.l-content > div.l-separator:nth-of-type(4) {
18211821
padding-top: 15px;
18221822
vertical-align: top;
18231823
padding-bottom: 15px;
1824+
cursor: default;
18241825
}
1826+
18251827
.l-unit__col--left {
18261828
width: 100px;
18271829
padding-right: 10px;
@@ -2620,6 +2622,10 @@ select.vst-list:-moz-focusring {
26202622
color: #4e4e4e;
26212623
}
26222624

2625+
.vst-text {
2626+
cursor: default;
2627+
}
2628+
26232629
a.vst-text,
26242630
a.vst-text b{
26252631
color: #326b9b;
@@ -3078,6 +3084,7 @@ a.button.cancel {
30783084
font-weight: 400 !important;
30793085
padding-bottom: 30px !important;
30803086
letter-spacing: -0.01em;
3087+
cursor: default;
30813088
}
30823089

30833090
.qr-code {

0 commit comments

Comments
 (0)