Revert [32834].
It's not ready yet and was a product of misusing vim. See #30729. git-svn-id: https://develop.svn.wordpress.org/trunk@32835 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1fc76c997f
commit
f88225549e
|
@ -119,12 +119,12 @@
|
|||
}
|
||||
|
||||
.theme-browser .theme .theme-actions .button-primary {
|
||||
float: none;
|
||||
margin-left: 3px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.theme-browser .theme .theme-actions .button-secondary {
|
||||
margin-right: 3px;
|
||||
float: none;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -207,8 +207,8 @@ if ( $tab ) {
|
|||
<h3 class="theme-name">{{ data.name }}</h3>
|
||||
|
||||
<div class="theme-actions">
|
||||
<a class="button button-secondary" href="{{ data.install_url }}"><?php esc_html_e( 'Install' ); ?></a>
|
||||
<a class="button button-primary preview install-theme-preview" href="#"><?php esc_html_e( 'Preview' ); ?></a>
|
||||
<a class="button button-primary" href="{{ data.install_url }}"><?php esc_html_e( 'Install' ); ?></a>
|
||||
<a class="button button-secondary preview install-theme-preview" href="#"><?php esc_html_e( 'Preview' ); ?></a>
|
||||
</div>
|
||||
|
||||
<# if ( data.installed ) { #>
|
||||
|
|
Loading…
Reference in New Issue