Skip to content

Commit 9bbf908

Browse files
committed
Fix lint issues
1 parent 66e510e commit 9bbf908

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/less/tableau.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@
114114
}
115115

116116
.availableFieldsTitle {
117+
color: darkgray;
117118
font-size: 13px;
118119
font-weight: bold;
119-
color: darkgray;
120120
}
121121

122122
.availableFields {
123-
font-size: 12px;
124123
padding: 0 5px;
124+
font-size: 12px;
125125
}
126126

127-
.loadAddonOverrides();
127+
.loadAddonVariables();

0 commit comments

Comments
 (0)