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

Fixed example to use box-shadow instead of border #19

Merged
merged 1 commit into from
Mar 7, 2016

Conversation

handonam
Copy link
Contributor

@handonam handonam commented Mar 5, 2016

Fix for #18, where tags break in an odd way towards the end of the textarea

@@ -51,13 +51,13 @@ a {
z-index: 1;
color: rgba(0,0,0,0);
white-space: pre-wrap;
border: 1px solid rgba(0,0,0,0);
width: 100%;
Copy link
Member

Choose a reason for hiding this comment

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

What are these doing?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

that is so the rendered container matches the border of the textbox
On Mar 6, 2016 2:44 PM, "Dean Sofer" [email protected] wrote:

In example/styles.scss
#19 (comment):

@@ -51,13 +51,13 @@ a {
z-index: 1;
color: rgba(0,0,0,0);
white-space: pre-wrap;

  • border: 1px solid rgba(0,0,0,0);
  • width: 100%;

What are these doing?


Reply to this email directly or view it on GitHub
https://github.com/angular-ui/ui-mention/pull/19/files#r55150211.

ProLoser added a commit that referenced this pull request Mar 7, 2016
Fixed example to use box-shadow instead of border
@ProLoser ProLoser merged commit 44c55af into angular-ui:master Mar 7, 2016
@handonam handonam deleted the border-fix branch March 7, 2016 18:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants