Skip to content

Commit

Permalink
fix: add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
WaitSpringQW committed Sep 29, 2024
1 parent e326350 commit d367ad5
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 17 deletions.
14 changes: 1 addition & 13 deletions skinStyles/extensions/Cargo/ext.cargo.main.less
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,4 @@ div.cargoReplacementTableInfo {
background-color: transparent;
}

div.specialCargoQuery-extraPane {
border-color: var( --border-color-base );
background: linear-gradient( transparent, var( --color-surface-2 ) 0.5em );
}

.ui-state-focus {
background: var( --color-primary--active ) !important;
}

.ui-menu .ui-menu-item a {
color: var( --color-base--emphasized );
font-family: var( --font-family-base );
}
/* Flip icons in dark mode */
1 change: 1 addition & 0 deletions skinStyles/extensions/Cite/ext.cite.styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ span.reference {
background-color: var( --background-color-primary--hover );
}
}

2 changes: 2 additions & 0 deletions skinStyles/extensions/Echo/ext.echo.styles.badge.less
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,5 @@
background-color: var( --background-color-quiet--active );
}
}

// Dark mode icon
1 change: 1 addition & 0 deletions skinStyles/extensions/Lingo/ext.Lingo.less
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@
box-shadow: var( --box-shadow--dialog );
color: var( --color-base );
}

1 change: 1 addition & 0 deletions skinStyles/extensions/MsUpload/ext.MsUpload.less
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,4 @@
.drop-over {
background-color: var( --background-color-success );
}

3 changes: 3 additions & 0 deletions skinStyles/extensions/MultimediaViewer/mmv.less
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@
border-top: 0;
margin-top: -4px;
// Sync with title
background-color: #000;
gap: var( --space-xs );
grid-template-areas: 'desc links'
'about about';
Expand Down Expand Up @@ -603,8 +604,10 @@
// Only apply background color when scroll up
.mw-mmv-post-image {
min-height: @mmv-height-abovethefold;
background-color: transparent;
border-top-left-radius: var( --border-radius--large );
border-top-right-radius: var( --border-radius--large );
color: #fff;
transition: @transition-background, @transition-color;

&.mw-mmv-untruncated {
Expand Down
3 changes: 3 additions & 0 deletions skinStyles/extensions/SemanticMediaWiki/ext.smw.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -626,3 +626,6 @@ input:checked + .smw-indicator-accordion-tab-label::after {
transform: rotate(90deg);
}
*/

// Dark theme icon
// It is not great but it works
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@
.mw-userlogin-rememberme {
font-size: 0.875rem;
}

.mw-htmlform-field-HTMLCheckField {
font-size: 0.875rem;
}
}

#mw-createaccount-cta {
Expand Down

0 comments on commit d367ad5

Please sign in to comment.