remove redundant .is-outline-* definitions

This commit is contained in:
Florian Scholdei
2019-09-19 15:07:04 +02:00
parent 0716260a2f
commit 49531b523f
2 changed files with 1 additions and 221 deletions

View File

@@ -191,7 +191,7 @@ class DiffFile extends React.Component<Props, State> {
value = file.type;
}
const color =
value === "added" ? "outline-success" : value === "deleted" ? "outline-danger" : "outline-info";
value === "added" ? "success is-outlined" : value === "deleted" ? "danger is-outlined" : "info is-outlined";
return (
<Tag