diff options
author | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-08-30 22:34:32 -0400 |
---|---|---|
committer | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-08-30 22:34:32 -0400 |
commit | 31e04bbd49825bf56c30cb50397a15c5df53c7a8 (patch) | |
tree | 869c659dd4d1713ee04c1115374facb11e472674 /src/client/views/nodes/formattedText/FormattedTextBox.scss | |
parent | 72278f68f0333fd75ff090ea62c296973dce84ba (diff) |
clean up comparison box
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.scss | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss index 71706084f..d6f13d9ee 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.scss +++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss @@ -79,37 +79,6 @@ audiotag:hover { right: 8px; position: absolute; } - .answer-icon { - position: absolute; - right: 10; - bottom: 10; - color: black; - display: inline-block; - font-size: 20px; - cursor: pointer; - border-radius: 50%; - } - - .q-icon { - position: absolute; - right: 6; - bottom: 10; - color: white; - display: inline-block; - font-size: 20px; - cursor: pointer; - border-radius: 50%; - } - - .edit-icon { - position: absolute; - right: 35; - bottom: 10; - display: inline-block; - font-size: 20px; - cursor: pointer; - border-radius: 50%; - } } .answer-tooltip { |