Skip to content

Commit 713dda2

Browse files
JManion32lllinging
authored andcommitted
[Refactor:System] Remove Unused Colors from colors.css (Submitty#11433)
In colors.css, there were 14 colors not being used anywhere in the project. I deleted them and verified that Submitty's UI in light mode and dark mode remained unchanged.
1 parent aa871e2 commit 713dda2

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

site/public/css/colors.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
--standard-creamsicle-orange: #ff8040;
8888
--standard-peachpuff: #ffdab9;
8989
--standard-vibrant-yellow: #ffff00;
90-
--standard-vibrant-purple: #cc66ff;
9190
--standard-plum-purple: #72518a;
9291
--standard-vibrant-pink: #fd4472;
9392
--standard-vibrant-pink-red: #c40233;
@@ -97,21 +96,16 @@
9796
--standard-deep-dark-green: #006600;
9897
--standard-mint-green: #00e08e;
9998
--standard-dark-mint-green: #00a368;
100-
--standard-pale-lime-green: #dff0d8;
101-
--standard-light-lime-green: #c3e3b5;
102-
--standard-medium-lime-green: #99cb84;
10399
--standard-medium-dark-lime-green: #7dfa78;
104100
--standard-vibrant-dark-blue: #006699;
105101
--standard-bronze: #856404;
106102
--standard-pastel-pink: #f2dede;
107103
--standard-light-pink: #ff9999;
108104
--standard-tangerine-yellow: #ffcc00;
109-
--standard-pastel-yellow: #fcf8e3;
110105
--standard-pale-yellow: #ffff99;
111106
--standard-light-yellow: #ffff66;
112107
--standard-light-yellow-brown: #eac73d;
113108
--standard-beige: #f5f5dc;
114-
--standard-light-gold: #fff3cd;
115109
--standard-light-green: #99ff99;
116110
--standard-pastel-blue: #d9edf7;
117111
--standard-light-blue: #99ccff;
@@ -124,8 +118,6 @@
124118
--subtle-grey-background: #cccccc;
125119

126120
/* dropdown buttons */
127-
--hover-dropdown: #f5f5f5;
128-
--disabled-dropdown: #888888;
129121
--focus-dropdown: #f5f5f5;
130122

131123

@@ -139,7 +131,6 @@
139131

140132
/* discussion forum */
141133
--deleted-and-unviewed-thread: #acc0d7;
142-
--viewed-discussion-post-blue: #e8f0f7;
143134
--deleted-discussion-post-grey: #dcdcdc;
144135
--important-post: #ffd700; /* is also for star color */
145136
--attachment-box-color: #f5f5f5;
@@ -161,12 +152,10 @@
161152
/* links */
162153
--external-link-blue: #2627ee;
163154
--external-link-hover: #131399;
164-
--external-link-disabled: #888888;
165155
--external-link-active: #991313;
166156

167157
/* sidebar */
168158
--selected-nav-sidebar: #d9e1e2;
169-
--selected-nav-sidebar-text: #000000;
170159
--nav-sidebar-text: #006398;
171160
--sidebar-hover-text: #002334;
172161

@@ -312,8 +301,6 @@
312301
--subtle-grey-background: #555555;
313302

314303
/* dropdown buttons */
315-
--hover-dropdown: #f5f5f5;
316-
--disabled-dropdown: #888888;
317304
--focus-dropdown: #f5f5f5;
318305

319306

@@ -342,7 +329,6 @@
342329

343330
/* sidebar */
344331
--selected-nav-sidebar: #535353;
345-
--selected-nav-sidebar-text: #6c6c6c;
346332
--nav-sidebar-text: #c8c8c8;
347333
--sidebar-hover-text: #ffffff;
348334

0 commit comments

Comments
 (0)