Skip to content

Commit

Permalink
Translate: Revert [11424] for now.
Browse files Browse the repository at this point in the history
See WordPress/wporg-mu-plugins#42


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@11425 74240141-8908-4e6f-9713-ba540dce6ec7
  • Loading branch information
dd32 committed Jan 11, 2022
1 parent 717bea8 commit 1975772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 32 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?php

// Don't load the twentyfifteen styles.
remove_action( 'wp_enqueue_scripts', 'twentyfifteen_scripts' );

wp_register_style(
'wporg-translate',
plugins_url( 'style.css', __FILE__ ),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ html,
text-align: center;
}

.site-header a,
.site-header a:link,
.site-header a:visited {
text-decoration: none;
}

.site-title {
display: inline-block;
font-size: 28px;
Expand All @@ -71,12 +65,8 @@ p.site-title a {
text-decoration: none;
}

.site-header .site-title a {
color: #fff;
}
.site-header .site-title a:hover {
color: rgba( 255, 255, 255, 0.8 );
border-bottom: none;
}

.site-header.home .site-title {
Expand Down Expand Up @@ -321,20 +311,14 @@ body.wporg-make #headline h2 a:before {

.actionlist a,
.actionlist a:link,
.actionlist a:visited {
.actionlist a:visited,
.gp-content a {
color: #0073aa;
}

.gp-content a,
.gp-content a:link,
.gp-content a:visited,
.gp-content a:hover {
color: #0073aa;
text-decoration: none;
}

.gp-content a:hover {
color: #00a0d2;
text-decoration: none;
}

p.description {
Expand Down Expand Up @@ -3123,13 +3107,3 @@ table.translations.translation-sets-rtl .textarea-direction-ltr .foreign-text {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 4'%3E%3Cpath fill='%2332373C' fill-rule='evenodd' d='M5.5 4L9 0H2z'/%3E%3C/svg%3E");
background-size: 11px 4px;
}

/* New header support - wp4 not loaded */
.wporg-make .site-title a:before {
-webkit-font-smoothing: antialiased;
display: inline-block;
font: normal 28px/1 'dashicons';
vertical-align: top;
width: 36px;
}
.make-polyglots .site-title a:before { content: '\f326'; }

0 comments on commit 1975772

Please sign in to comment.