mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
commit
ae31304af0
1 changed files with 5 additions and 2 deletions
|
@ -564,15 +564,18 @@ body.zen {
|
|||
}
|
||||
}
|
||||
|
||||
.tag-input {
|
||||
input[type="text"].tag-input {
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
vertical-align: top;
|
||||
color: $lightgrey;
|
||||
font-weight: 300;
|
||||
background: transparent;
|
||||
border: none;
|
||||
|
||||
&:focus {outline: none;}
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
.tag {
|
||||
|
|
Loading…
Add table
Reference in a new issue