Skip to content

Commit

Permalink
Support: Remove outline for the update profile button.
Browse files Browse the repository at this point in the history
Props vladytimy, sumitsingh.
Fixes #5692


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@11423 74240141-8908-4e6f-9713-ba540dce6ec7
  • Loading branch information
dd32 committed Jan 10, 2022
1 parent f0539e1 commit a6c6b2e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function wporg_support_theme_support() {
*/
function wporg_support_scripts() {

wp_enqueue_style( 'forum-wp4-style', get_stylesheet_uri(), [], '20210719' );
wp_enqueue_style( 'forum-wp4-style', get_stylesheet_uri(), [], '20220110' );
wp_style_add_data( 'forum-wp4-style', 'rtl', 'replace' );

wp_enqueue_script( 'wporg-support-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20181209', true );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ div.sidebar #bbpress-forums {
padding: 5px 15px;
}

#bbp-your-profile fieldset.submit {
border: none;
}

@media screen and ( max-width: 782px ) {
#bbpress-forums #bbp-your-profile fieldset {
padding: 0px 20px 30px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,10 @@ div.sidebar #bbpress-forums {
padding: 5px 15px;
}

#bbp-your-profile fieldset.submit {
border: none;
}

@media screen and (max-width: 782px) {
#bbpress-forums #bbp-your-profile fieldset {
padding: 0px 20px 30px;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

0 comments on commit a6c6b2e

Please sign in to comment.