Skip to content

Commit

Permalink
removing caret-color
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Jul 1, 2020
1 parent 9aa3fca commit 8b80ff1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@
.lnsConfigPanel__colorLayout {
max-width: 172px;
}

.lnsConfigPanel__colorTextField {
caret-color: transparent;
cursor: pointer;
}
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ const ColorPicker = ({
<EuiFieldText
compressed={true}
type="text"
onFocus={() => toggleIsPopoverOpen(true)}
onFocus={(ev) => toggleIsPopoverOpen(true)}
icon={{
type: color ? 'stopFilled' : 'stopSlash',
style: { color: color || 'inherit' },
Expand Down

0 comments on commit 8b80ff1

Please sign in to comment.