We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f19fe71 commit b9b10e8Copy full SHA for b9b10e8
client/src/connection/Testing.jsx
@@ -17,7 +17,7 @@ import {
17
} from "@surfnet/sds";
18
import 'jsondiffpatch/formatters/styles/html.css';
19
import CloseIcon from "@surfnet/sds/icons/functional-icons/close.svg";
20
-import ArrowRightIcon from "@surfnet/sds/icons/functional-icons/arrow-right-2.svg";
+import ArrowRightIcon from "../icons/details-right.svg";
21
import {StatusMenuItem} from "../components/StatusMenuItem.jsx";
22
import InputField from "../components/InputField.jsx";
23
import SelectField from "../components/SelectField.jsx";
client/src/connection/Testing.scss
@@ -514,5 +514,9 @@ table.table-connections {
514
}
515
516
517
+ td.details svg {
518
+ fill: none;
519
+ }
520
+
521
522
client/src/icons/details-right.svg
client/src/icons/menu/groups.svg
client/src/icons/menu/home.svg
client/src/icons/menu/idp.svg
client/src/icons/menu/users.svg
0 commit comments