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 fab42693f8
.
8.0.x
After Width: | Height: | Size: 367 B |
After Width: | Height: | Size: 248 B |
After Width: | Height: | Size: 268 B |
After Width: | Height: | Size: 226 B |
After Width: | Height: | Size: 365 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 106 B |
After Width: | Height: | Size: 6.6 KiB |
After Width: | Height: | Size: 106 B |
After Width: | Height: | Size: 126 B |
After Width: | Height: | Size: 519 B |
After Width: | Height: | Size: 668 B |
After Width: | Height: | Size: 733 B |
After Width: | Height: | Size: 442 B |
After Width: | Height: | Size: 733 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1011 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 753 B |
After Width: | Height: | Size: 242 B |
|
@ -16,7 +16,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
#forum .icon{
|
#forum .icon{
|
||||||
background-image: url(../images/forum-icons.png);
|
background-image: url(../../../misc/forum-icons.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
float: left; /* LTR */
|
float: left; /* LTR */
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
|
|
@ -149,7 +149,7 @@ class ImageTest extends UnitTestCase {
|
||||||
* Tests \Drupal\Core\Image\Image::setSource().
|
* Tests \Drupal\Core\Image\Image::setSource().
|
||||||
*/
|
*/
|
||||||
public function testSetSource() {
|
public function testSetSource() {
|
||||||
$source = __DIR__ . '/../../../../../misc/help.png';
|
$source = __DIR__ . '/../../../../../misc/grippie.png';
|
||||||
$this->image->setSource($source);
|
$this->image->setSource($source);
|
||||||
$this->assertEquals($this->image->getSource(), $source);
|
$this->assertEquals($this->image->getSource(), $source);
|
||||||
}
|
}
|
||||||
|
|