mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-10 09:38:15 -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
|
// Disable font-ligatures for Chromium based browsers
|
||||||
// Chromium requires `font-variant-ligatures: none` in addition to `font-feature-settings "liga" 0`
|
// 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-feature-settings: "liga" 0;
|
||||||
|
font-variant-ligatures: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Restore default foreground & background colors for <pre> blocks
|
// Restore default foreground & background colors for <pre> blocks
|
||||||
|
Loading…
Reference in New Issue
Block a user