whoops did not mean to submit this diff. was trying to update the other diff, not create a new one
resovled comments left on first diff, still stuck with attaching background color to dyanmically generated blockquote
Details
Details
- Reviewers
- None
At the current state the only way to see the blockquote is that there is more padding around the content; however, when the background color is implemented everything will come together nicely
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Then why are we keeping styles like border and border-radius?
Don't these styles also affect the <textarea> tag? Are you sure we want to be removing these styles for that as well? Or should we break this into two separate selectors (one for input and another for textarea)?