mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
remove cursor property for readonly inputs
This commit is contained in:
parent
abe3e76054
commit
561a3d3e04
@ -89,7 +89,6 @@
|
|||||||
.pure-form input[readonly]:focus,
|
.pure-form input[readonly]:focus,
|
||||||
.pure-form select[readonly]:focus,
|
.pure-form select[readonly]:focus,
|
||||||
.pure-form textarea[readonly]:focus {
|
.pure-form textarea[readonly]:focus {
|
||||||
cursor: not-allowed;
|
|
||||||
background: #f3f3f3;
|
background: #f3f3f3;
|
||||||
color: #888;
|
color: #888;
|
||||||
border-color: #ccc;
|
border-color: #ccc;
|
||||||
|
Loading…
Reference in New Issue
Block a user