Skip to content

Commit 8a67844

Browse files
committed
Removed unused color variables, debug line, and hid dismiss button
1 parent a9af6ae commit 8a67844

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

app/assets/stylesheets/partials/_suggestion-panel.scss

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@
33
// Core
44
$blue-500: #0000FF;
55

6-
$purple-100: #FFE5FF;
7-
$purple-200: #FFCCFF;
8-
$purple-300: #FF99FF;
9-
$purple-400: #FF66FF;
10-
$purple-500: #FF33FF;
11-
$purple-600: #CC00CC;
126
$purple-700: #990099;
13-
$purple-800: #660066;
14-
$purple-900: #330033;
157

168
$white: #fff;
179
$gray-100: #F2F2F2;
@@ -68,6 +60,9 @@ $color-suggestion-accent-text: $purple-700;
6860

6961
// This would need to be extracted into an Icon Button in the future.
7062
button.dismiss {
63+
//Temporarily hiding until we can move to a prop
64+
display: none;
65+
7166
width: 48px;
7267
height: 48px;
7368
position: absolute;
@@ -79,7 +74,6 @@ $color-suggestion-accent-text: $purple-700;
7974
color: $black;
8075
cursor: pointer;
8176
font-weight: 600;
82-
// TODO: replace with fontawesome
8377

8478
@include hover-transition;
8579

app/views/intervention/doi.html.erb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,4 @@
3333

3434
<%= link_to('Check MIT subscription access', @json[:link_resolver_url], class: 'button secondary') %>
3535
</div>
36-
</aside>
37-
38-
<% debug(@json) %>
36+
</aside>

0 commit comments

Comments
 (0)