mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 09:08:15 -06:00
Disable ligatures on input fields
This commit is contained in:
parent
92bcb4a00f
commit
172d8b7313
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -4,6 +4,12 @@ body {
|
||||
font-variant-ligatures: none;
|
||||
}
|
||||
|
||||
// Disable font-ligatures on input fields
|
||||
input {
|
||||
font-variant-ligatures: none;
|
||||
font-feature-settings: "liga" 0;
|
||||
}
|
||||
|
||||
// Restore default foreground & background colors for <pre> blocks
|
||||
pre {
|
||||
background-color: transparent;
|
||||
|
Loading…
Reference in New Issue
Block a user