Skip to content

Commit

Permalink
Fix Moodle plugin CI errors in block_microsoft
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Oct 25, 2024
1 parent 246a1c4 commit 5a75f1c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions blocks/microsoft/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

.block_microsoft ul .servicelink {
background-position: 2px 0px;
background-position: 2px 0;
background-size: 28px;
background-repeat: no-repeat;
background-color: transparent;
Expand All @@ -19,8 +19,10 @@
margin: 0.2rem 0;
}

.block_microsoft ul .servicelink:active, .block_microsoft ul .servicelink:hover, .block_microsoft ul .servicelink:visited {
text-decoration: none !important;
.block_microsoft ul .servicelink:active,
.block_microsoft ul .servicelink:hover,
.block_microsoft ul .servicelink:visited {
text-decoration: none;
}

.block_microsoft .block_microsoft_onedrive {
Expand Down Expand Up @@ -104,5 +106,5 @@
}

.block_microsoft hr {
margin: 1rem 0 !important;
margin: 1rem 0;
}

0 comments on commit 5a75f1c

Please sign in to comment.