mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 08:44:23 -04:00
fixing css
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
<div class='textbox-highlight-wrapper' />
|
<div class='textbox-highlight-wrapper' />
|
||||||
`)
|
`)
|
||||||
.after(this.$background = $(`
|
.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);
|
.on("input", this.update);
|
||||||
|
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
this.initialHeight = visibleTextbox.height();
|
this.initialHeight = visibleTextbox.height();
|
||||||
|
|
||||||
this.$background.css({
|
this.$background.css({
|
||||||
'border-width': this.$textbox.css('border-width'),
|
'border-width': this.$textbox.css('border-width')
|
||||||
});
|
});
|
||||||
|
|
||||||
visibleTextbox.remove();
|
visibleTextbox.remove();
|
||||||
|
|||||||
@@ -133,7 +133,6 @@ td.table-empty-message {
|
|||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
padding: units(1);
|
padding: units(1);
|
||||||
font-family: family("sans");
|
font-family: family("sans");
|
||||||
color: black;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.usa-dark-background .pill-item__label {
|
.usa-dark-background .pill-item__label {
|
||||||
@@ -609,14 +608,13 @@ details form {
|
|||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
color: black;
|
color: transparent;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
padding-bottom: units(3);
|
padding-bottom: units(3);
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
opacity: 0;
|
|
||||||
|
|
||||||
// transparent borders become visible in high contrast modes so set to match background
|
// transparent borders become visible in high contrast modes so set to match background
|
||||||
@media (-ms-high-contrast: active), (forced-colors: active) {
|
@media (-ms-high-contrast: active), (forced-colors: active) {
|
||||||
|
|||||||
Reference in New Issue
Block a user