Commit 70949b87 authored by Jacob Schatz's avatar Jacob Schatz Committed by Eric Eastwood

Change icons to be more generic.

parent a3a2c209
......@@ -12,8 +12,8 @@ const RepoTab = {
computed: {
changedClass() {
const tabChangedObj = {
'fa-times': !this.tab.changed,
'fa-circle': this.tab.changed,
'fa-times close-icon': !this.tab.changed,
'fa-circle unsaved-icon': this.tab.changed,
};
return tabChangedObj;
},
......
......@@ -148,8 +148,8 @@
}
}
i.fa.fa-times,
i.fa.fa-circle {
.close-icon,
.unsaved-icon {
float: right;
margin-top: 3px;
margin-left: 15px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment