Skip to content

Commit

Permalink
input_theme_normal: add text-overflow: ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
dfilatov committed Jul 21, 2014
1 parent bbeaacd commit 009ac2e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions design/common.blocks/input/_theme/input_theme_normal.styl
Expand Up @@ -83,6 +83,11 @@ ctx = '.input_theme_normal'
}
}

&.input_has-clear .input__control
{
text-overflow: ellipsis;
}

.input__clear
{
position: absolute;
Expand Down Expand Up @@ -300,6 +305,11 @@ ctx = '.input_theme_normal'
}
}
}

&.input_type_password .input__control
{
text-overflow: clip;
}
}

.control-group
Expand Down

0 comments on commit 009ac2e

Please sign in to comment.