Removed flickering when adding a new tag

This commit is contained in:
Giulio Cesare Solaroli 2015-03-03 23:41:46 +01:00
parent e47cc7f617
commit 8ffe1505f7
3 changed files with 6 additions and 4 deletions

View File

@ -1279,7 +1279,7 @@ div.dialogBox {
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;
font-size: 16pt; font-size: 16pt;
padding-right: 11px; padding-right: 11px;
line-height: 26px; line-height: 27px;
color: #ccc; } color: #ccc; }
.tagEditor ul li.tag { .tagEditor ul li.tag {
-webkit-box-flex: none; -webkit-box-flex: none;
@ -1291,7 +1291,8 @@ div.dialogBox {
font-size: 13pt; font-size: 13pt;
font-weight: 100; font-weight: 100;
padding-right: 10px; padding-right: 10px;
line-height: 26px; } padding-left: 1px;
line-height: 27px; }
.tagEditor ul li.tag span.tagRemoveButton { .tagEditor ul li.tag span.tagRemoveButton {
font-family: 'clipperz-icons'; font-family: 'clipperz-icons';
-webkit-font-feature-settings: "liga" 1, "dlig" 1; -webkit-font-feature-settings: "liga" 1, "dlig" 1;

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
$tagEditor_lineHeight: 26px; $tagEditor_lineHeight: 27px;
.tagEditor { .tagEditor {
@include flexbox(); @include flexbox();
@include flex-direction(row); @include flex-direction(row);
@ -30,6 +30,7 @@ $tagEditor_lineHeight: 26px;
font-weight: 100; font-weight: 100;
padding-right: 10px; padding-right: 10px;
padding-left: 1px;
line-height: $tagEditor_lineHeight; line-height: $tagEditor_lineHeight;
// &:last-child:after { // &:last-child:after {