mirror of https://github.com/zulip/zulip.git
input pills: Update style for non editable pills.
For non editable input pills, add background color to be transparent and padding to 0px.
This commit is contained in:
parent
5be2207bf8
commit
9c35b864fd
|
@ -55,6 +55,8 @@
|
|||
&.not-editable {
|
||||
cursor: not-allowed;
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
padding: 0px;
|
||||
|
||||
.pill {
|
||||
padding-right: 4px;
|
||||
|
|
Loading…
Reference in New Issue