Skip to content

Commit

Permalink
#4295 for Listbox
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Nov 2, 2020
1 parent e136408 commit 7509f37
Show file tree
Hide file tree
Showing 5 changed files with 287 additions and 229 deletions.
5 changes: 5 additions & 0 deletions src/app/components/checkbox/checkbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
vertical-align: bottom;
}

.p-checkbox-disabled {
cursor: default !important;
pointer-events: none;
}

.p-checkbox-box {
display: flex;
justify-content: center;
Expand Down
1 change: 1 addition & 0 deletions src/app/components/listbox/listbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
overflow: hidden;
display: flex;
align-items: center;
user-select: none;
}

.p-listbox-header {
Expand Down
Loading

0 comments on commit 7509f37

Please sign in to comment.