Skip to content
Snippets Groups Projects
Commit d1eb31a0 authored by Julian Wendling's avatar Julian Wendling
Browse files

ADD mail icon to hrefs that contain @ character...

ADD mail icon to hrefs that contain @ character https://lab.it.hs-hannover.de/elc/moodle/-/issues/100
parent 0e58bbc2
No related branches found
No related tags found
1 merge request!2ADD mail icon to hrefs that contain @ character...
...@@ -5,9 +5,6 @@ You can add your SCSS code here if you really need to. */ ...@@ -5,9 +5,6 @@ You can add your SCSS code here if you really need to. */
// Create variables to override the default value for variables used in the Moodle and Bootstrap SCSS files. // Create variables to override the default value for variables used in the Moodle and Bootstrap SCSS files.
/*************************** Import section *****************************/ /*************************** Import section *****************************/
// @import "fontawesome";
// @import "bootstrap";
// @import "moodle";
/*************************** Colors ****************************/ /*************************** Colors ****************************/
...@@ -363,8 +360,12 @@ footer#page-footer { ...@@ -363,8 +360,12 @@ footer#page-footer {
.rememberpass { .rememberpass {
display: none; display: none;
} }
}
a[href*="@"]::before {
font-family: FontAwesome;
content: "\f003";
padding-right: 5px;
} }
#categoryquestions { #categoryquestions {
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->component = 'theme_boost_campus_child'; $plugin->component = 'theme_boost_campus_child';
$plugin->version = 2021010901; $plugin->version = 2021010902;
$plugin->release = 'v3.10-r2'; $plugin->release = 'v3.10-r2';
$plugin->requires = 2020110900; $plugin->requires = 2020110900;
$plugin->supported = [310, 310]; $plugin->supported = [310, 310];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment