Skip to content
Snippets Groups Projects
Commit 37b5f2db authored by Angie Byron's avatar Angie Byron
Browse files

Revert "Issue #1356602 by nicholasruunu, mcjim, rteijeiro, chrisjlee |...

Revert "Issue #1356602 by nicholasruunu, mcjim, rteijeiro, chrisjlee | jenlampton: Clean up icons in misc."

This clean-up accidentally introduced a few regressions, so rolling back until it's ready.

This reverts commit fab42693.
parent 90976392
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -16,7 +16,7 @@
white-space: nowrap;
}
#forum .icon{
background-image: url(../images/forum-icons.png);
background-image: url(../../../misc/forum-icons.png);
background-repeat: no-repeat;
float: left; /* LTR */
height: 24px;
......
......@@ -149,7 +149,7 @@ public function testIsExisting() {
* Tests \Drupal\Core\Image\Image::setSource().
*/
public function testSetSource() {
$source = __DIR__ . '/../../../../../misc/help.png';
$source = __DIR__ . '/../../../../../misc/grippie.png';
$this->image->setSource($source);
$this->assertEquals($this->image->getSource(), $source);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment