Advertisement
kauffman12

q-field--disabled

Jan 7th, 2025
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. .q-field--disabled .q-field__inner {
  2. cursor: not-allowed;
  3. }
  4.  
  5. .q-field--disabled .q-field__control {
  6. pointer-events: none;
  7. }
  8.  
  9. .q-field--disabled .q-field__control > div {
  10. opacity: 0.6 !important;
  11. }
  12.  
  13. .q-field--disabled .q-field__control > div,
  14. .q-field--disabled .q-field__control > div * {
  15. outline: 0 !important;
  16. }
  17.  
  18. .q-field--disabled .q-placeholder {
  19. opacity: 1 !important;
  20. }
Tags: q-field
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement