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 = { ...@@ -12,8 +12,8 @@ const RepoTab = {
computed: { computed: {
changedClass() { changedClass() {
const tabChangedObj = { const tabChangedObj = {
'fa-times': !this.tab.changed, 'fa-times close-icon': !this.tab.changed,
'fa-circle': this.tab.changed, 'fa-circle unsaved-icon': this.tab.changed,
}; };
return tabChangedObj; return tabChangedObj;
}, },
......
...@@ -148,8 +148,8 @@ ...@@ -148,8 +148,8 @@
} }
} }
i.fa.fa-times, .close-icon,
i.fa.fa-circle { .unsaved-icon {
float: right; float: right;
margin-top: 3px; margin-top: 3px;
margin-left: 15px; 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