mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
fixed svg gradient scaling and css flickering issue
This commit is contained in:
@ -88,6 +88,12 @@ text {
|
||||
.slot:hover+.add-device {
|
||||
fill: blue;
|
||||
}
|
||||
.add-device:hover {
|
||||
fill: blue;
|
||||
}
|
||||
.add-device:hover+.slot {
|
||||
fill: #fff;
|
||||
}
|
||||
.reserved {
|
||||
fill: url(#reserved);
|
||||
}
|
||||
|
Reference in New Issue
Block a user