Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-theme_boost_campus_child
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-theme_boost_campus_child
Commits
99721a50
Commit
99721a50
authored
3 years ago
by
Julian Tolstich
Browse files
Options
Downloads
Plain Diff
Merge branch '1-darstellung-von-mailto-links' into 'main'
ADD mail icon to hrefs that contain @ character... Closes
#1
See merge request
!2
parents
0e58bbc2
d1eb31a0
Branches
hsh-v1.1.9
No related tags found
1 merge request
!2
ADD mail icon to hrefs that contain @ character...
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/post.scss
+5
-4
5 additions, 4 deletions
scss/post.scss
version.php
+1
-1
1 addition, 1 deletion
version.php
with
6 additions
and
5 deletions
scss/post.scss
+
5
−
4
View file @
99721a50
...
...
@@ -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.
/*************************** Import section *****************************/
// @import "fontawesome";
// @import "bootstrap";
// @import "moodle";
/*************************** Colors ****************************/
...
...
@@ -363,8 +360,12 @@ footer#page-footer {
.rememberpass
{
display
:
none
;
}
}
a
[
href
*=
"@"
]
::before
{
font-family
:
FontAwesome
;
content
:
"\f003"
;
padding-right
:
5px
;
}
#categoryquestions
{
...
...
This diff is collapsed.
Click to expand it.
version.php
+
1
−
1
View file @
99721a50
...
...
@@ -25,7 +25,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
component
=
'theme_boost_campus_child'
;
$plugin
->
version
=
202101090
1
;
$plugin
->
version
=
202101090
2
;
$plugin
->
release
=
'v3.10-r2'
;
$plugin
->
requires
=
2020110900
;
$plugin
->
supported
=
[
310
,
310
];
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment