Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Don't delete Tags input on blur (eg. tab) #3044

Merged
merged 1 commit into from Nov 1, 2016
Merged

Conversation

ngotchac
Copy link
Contributor

@ngotchac ngotchac commented Nov 1, 2016

Fixes #3022

Modified slightly the UI so it's more coherent with other inputs

@ngotchac ngotchac added A0-pleasereview 🤓 Pull request needs code review. M6-ui labels Nov 1, 2016
width: 1.2rem !important;
height: 1.2rem !important;
width: 1rem !important;
height: 1rem !important;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using absolute/root-relative values will make the layout break if we change the font size. If possible, use em.

margin: initial !important;
margin-right: 4px !important;
padding: 4px 0 !important;
padding: 2px 0 !important;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using absolute/root-relative values will make the layout break if we change the font size. If possible, use em.

@derhuerst derhuerst added A6-mustntgrumble 💦 Pull request has areas for improvement. The author need not address them before merging. and removed A0-pleasereview 🤓 Pull request needs code review. labels Nov 1, 2016
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 3c39c3c on ng-fix-search-tags into * on master*.

@jacogr jacogr added A8-looksgood 🦄 Pull request is reviewed well. and removed A6-mustntgrumble 💦 Pull request has areas for improvement. The author need not address them before merging. labels Nov 1, 2016
@jacogr jacogr merged commit ff04c62 into master Nov 1, 2016
@chevdor
Copy link

chevdor commented Nov 1, 2016

Tested, all good now. Thanks @ngotchac

@ngotchac ngotchac deleted the ng-fix-search-tags branch November 1, 2016 13:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants