mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-14 18:15:49 +00:00
feat: add plainlinks styles
This commit is contained in:
parent
4edd943afa
commit
848d148710
|
@ -144,7 +144,7 @@ figcaption,
|
|||
|
||||
// External links
|
||||
.mw-parser-output {
|
||||
.external {
|
||||
a.external {
|
||||
padding-right: 13px;
|
||||
background-image: url( images/external-link-ltr-icon.svg );
|
||||
background-position: center right;
|
||||
|
@ -152,6 +152,13 @@ figcaption,
|
|||
}
|
||||
}
|
||||
|
||||
.plainlinks {
|
||||
a.external {
|
||||
padding: 0 !important;
|
||||
background: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media ( max-width: @screen0 ) {
|
||||
#mw-content-text {
|
||||
figcaption,
|
||||
|
|
Loading…
Reference in a new issue