mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
Updating tests for the table
This commit is contained in:
@@ -27,10 +27,15 @@
|
||||
});
|
||||
}
|
||||
|
||||
// Run once DOM is ready
|
||||
// Auto-init on page load in browser
|
||||
if (document.readyState === 'loading') {
|
||||
document.addEventListener('DOMContentLoaded', initFullscreenTables);
|
||||
} else {
|
||||
initFullscreenTables();
|
||||
}
|
||||
|
||||
// Expose it globally in test environments
|
||||
if (typeof window !== 'undefined') {
|
||||
window.initFullscreenTables = initFullscreenTables;
|
||||
}
|
||||
})();
|
||||
|
||||
@@ -216,6 +216,7 @@ h2.recipient-list {
|
||||
z-index: 10;
|
||||
background: white;
|
||||
text-align: center;
|
||||
width: units(2);
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
|
||||
@@ -722,7 +722,6 @@ details form {
|
||||
.placeholder,
|
||||
.placeholder-conditional {
|
||||
background-color: #face00;
|
||||
border: 1px solid #face00;
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user