mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-19 03:42:25 -06:00
Fixes #18916: Fix styling of dynamic dropdowns with invalid selection
This commit is contained in:
2
netbox/project-static/dist/netbox.css
vendored
2
netbox/project-static/dist/netbox.css
vendored
File diff suppressed because one or more lines are too long
@@ -6,3 +6,9 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Replicate styling of tom-selected <select> fields tagged with .is-invalid to
|
||||
// their corresponding TomSelect dropdowns
|
||||
select.tomselected.is-invalid + div.ts-wrapper {
|
||||
@extend .is-invalid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user