We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4420eac commit f6edcc5Copy full SHA for f6edcc5
src/demo/css/style.css
@@ -121,6 +121,7 @@ h2 {
121
.btn:disabled {
122
background: var(--blue-transparent);
123
box-shadow: none;
124
+ cursor: not-allowed;
125
}
126
127
.parameters {
@@ -282,9 +283,10 @@ input:focus:invalid {
282
283
.btn.tooltip:after {
284
content: "";
285
position: absolute;
- transform: translateY(-27px);
286
+ transform: translateY(-25px);
287
border-style: solid;
288
border-color: #4a4a4afa transparent transparent transparent;
289
+ border-width: 5px;
290
pointer-events: none;
291
opacity: 0;
292
0 commit comments