Skip to content

Commit e9fa36e

Browse files
committed
Bug #64 not opening with swatch only on safari
1 parent 2a7db0e commit e9fa36e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

lib/styles/angularjs-color-picker.less

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,13 @@
217217

218218
.color-picker-input {
219219
padding: 0;
220-
width: 0;
221-
border: none;
220+
width: 1px;
221+
opacity: 0;
222+
cursor: pointer;
223+
224+
&:focus {
225+
outline: none;
226+
}
222227
}
223228
}
224229
}

0 commit comments

Comments
 (0)