mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-09 10:54:11 -04:00
fixing css
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<div class='textbox-highlight-wrapper' />
|
||||
`)
|
||||
.after(this.$background = $(`
|
||||
<div class="textbox-highlight-background" aria-hidden="true" role="presentation"/>
|
||||
<div class="textbox-highlight-background" aria-hidden="true" />
|
||||
`))
|
||||
.on("input", this.update);
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
this.initialHeight = visibleTextbox.height();
|
||||
|
||||
this.$background.css({
|
||||
'border-width': this.$textbox.css('border-width'),
|
||||
'border-width': this.$textbox.css('border-width')
|
||||
});
|
||||
|
||||
visibleTextbox.remove();
|
||||
|
||||
Reference in New Issue
Block a user