mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 00:58:16 -06:00
Condense rules & apply to all elements
This commit is contained in:
parent
172d8b7313
commit
fa79367cc5
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -1,13 +1,8 @@
|
||||
// Disable font-ligatures for Chromium based browsers
|
||||
// Chromium requires `font-variant-ligatures: none` in addition to `font-feature-settings "liga" 0`
|
||||
body {
|
||||
font-variant-ligatures: none;
|
||||
}
|
||||
|
||||
// Disable font-ligatures on input fields
|
||||
input {
|
||||
font-variant-ligatures: none;
|
||||
* {
|
||||
font-feature-settings: "liga" 0;
|
||||
font-variant-ligatures: none;
|
||||
}
|
||||
|
||||
// Restore default foreground & background colors for <pre> blocks
|
||||
|
Loading…
Reference in New Issue
Block a user