mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 00:28:16 -06:00
change caret to html entity to fix safari performacne issue
This commit is contained in:
parent
96802b4edb
commit
6bae396f32
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -48,3 +48,11 @@ table a {
|
|||||||
pre code {
|
pre code {
|
||||||
padding: unset;
|
padding: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-toggle:after{
|
||||||
|
content: "\2228";
|
||||||
|
border-bottom: none;
|
||||||
|
border-left: none;
|
||||||
|
transform: none;
|
||||||
|
vertical-align: .18em;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user