Skip to content

Commit 503cd1f

Browse files
author
minjk-bl
committed
Add disabled cursor style for every input and select tags
1 parent 0f8295e commit 503cd1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

visualpython/css/root.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ input.vp-input {
8888
input.vp-input::placeholder {
8989
color: var(--vp-gray-color);
9090
}
91+
input.vp-input:disabled,
92+
select.vp-select:disabled {
93+
cursor: not-allowed;
94+
}
9195

9296
/* image icons */
9397
/* LAB: img to background-image */

0 commit comments

Comments
 (0)