Skip to content

Commit f6edcc5

Browse files
authored
fix(demo): Update tooltip triangle and disabled button cursor (DenverCoder1#437)
Fixes DenverCoder1#435
1 parent 4420eac commit f6edcc5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/demo/css/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ h2 {
121121
.btn:disabled {
122122
background: var(--blue-transparent);
123123
box-shadow: none;
124+
cursor: not-allowed;
124125
}
125126

126127
.parameters {
@@ -282,9 +283,10 @@ input:focus:invalid {
282283
.btn.tooltip:after {
283284
content: "";
284285
position: absolute;
285-
transform: translateY(-27px);
286+
transform: translateY(-25px);
286287
border-style: solid;
287288
border-color: #4a4a4afa transparent transparent transparent;
289+
border-width: 5px;
288290
pointer-events: none;
289291
opacity: 0;
290292
}

0 commit comments

Comments
 (0)