Преглед изворни кода

Set default cursor state for informational text

Kristan Kenney пре 6 година
родитељ
комит
63326b37b0
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7 0
      web/css/styles.min.css

+ 7 - 0
web/css/styles.min.css

@@ -1821,7 +1821,9 @@ div.l-content > div.l-separator:nth-of-type(4) {
   padding-top: 15px;
   vertical-align: top;
   padding-bottom: 15px;
+  cursor: default;
 }
+
 .l-unit__col--left {
   width: 100px;
   padding-right: 10px;
@@ -2620,6 +2622,10 @@ select.vst-list:-moz-focusring {
   color: #4e4e4e;
 }
 
+.vst-text {
+  cursor: default;
+}
+
 a.vst-text,
 a.vst-text b{
   color: #326b9b;
@@ -3078,6 +3084,7 @@ a.button.cancel {
   font-weight: 400 !important;
   padding-bottom: 30px !important;
   letter-spacing: -0.01em;
+  cursor: default;
 }
 
 .qr-code {