Skip to:
Content

BuddyPress.org

Ticket #8718: 8718.patch

File 8718.patch, 6.0 KB (added by imath, 3 years ago)
  • src/bp-templates/bp-nouveau/common-styles/_bp_info_messages.scss

    diff --git src/bp-templates/bp-nouveau/common-styles/_bp_info_messages.scss src/bp-templates/bp-nouveau/common-styles/_bp_info_messages.scss
    index 42be01bf9..08fee28c0 100644
     
    156156        .bp-feedback.warning,
    157157        .bp-feedback.loading,
    158158        .bp-feedback.success,
    159         .bp-feedback.updated {
     159        .bp-feedback.updated,
     160        .bp-feedback.bp-sitewide-notice {
    160161
    161162                .bp-icon {
    162163
  • src/bp-templates/bp-nouveau/css/buddypress-rtl.css

    diff --git src/bp-templates/bp-nouveau/css/buddypress-rtl.css src/bp-templates/bp-nouveau/css/buddypress-rtl.css
    index 9d02cef2d..ede72290c 100644
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    45844584.buddypress-wrap .bp-feedback.warning .bp-icon,
    45854585.buddypress-wrap .bp-feedback.loading .bp-icon,
    45864586.buddypress-wrap .bp-feedback.success .bp-icon,
    4587 .buddypress-wrap .bp-feedback.updated .bp-icon {
     4587.buddypress-wrap .bp-feedback.updated .bp-icon,
     4588.buddypress-wrap .bp-feedback.bp-sitewide-notice .bp-icon {
    45884589        display: flex;
    45894590        align-items: center;
    45904591        align-self: stretch;
  • src/bp-templates/bp-nouveau/css/buddypress.css

    diff --git src/bp-templates/bp-nouveau/css/buddypress.css src/bp-templates/bp-nouveau/css/buddypress.css
    index a090746fe..871b19f0c 100644
    body.no-js .buddypress #messages-bulk-management #select-all-messages { 
    45844584.buddypress-wrap .bp-feedback.warning .bp-icon,
    45854585.buddypress-wrap .bp-feedback.loading .bp-icon,
    45864586.buddypress-wrap .bp-feedback.success .bp-icon,
    4587 .buddypress-wrap .bp-feedback.updated .bp-icon {
     4587.buddypress-wrap .bp-feedback.updated .bp-icon,
     4588.buddypress-wrap .bp-feedback.bp-sitewide-notice .bp-icon {
    45884589        display: flex;
    45894590        align-items: center;
    45904591        align-self: stretch;
  • src/bp-templates/bp-nouveau/css/twentytwentytwo-rtl.css

    diff --git src/bp-templates/bp-nouveau/css/twentytwentytwo-rtl.css src/bp-templates/bp-nouveau/css/twentytwentytwo-rtl.css
    index db45bd7e8..83d60f8b8 100644
    button.pending, 
    16191619        border-bottom: solid 1px var(--wp--preset--color--primary);
    16201620}
    16211621
    1622 #buddypress.twentytwentytwo .bp-feedback button.bp-tooltip {
     1622#buddypress.twentytwentytwo .bp-feedback button.bp-tooltip,
     1623#buddypress.twentytwentytwo .bp-feedback a.bp-tooltip {
    16231624        border: none;
    16241625        background: none;
    16251626        top: -5px;
    16261627        left: 0;
    16271628}
    16281629
    1629 #buddypress.twentytwentytwo .bp-feedback button.bp-tooltip .dashicons-dismiss {
     1630#buddypress.twentytwentytwo .bp-feedback button.bp-tooltip .dashicons-dismiss,
     1631#buddypress.twentytwentytwo .bp-feedback a.bp-tooltip .dashicons-dismiss {
    16301632        border-radius: 50%;
    16311633        width: 32px;
    16321634        height: 32px;
    button.pending, 
    16341636        background: var(--wp--preset--color--background);
    16351637}
    16361638
    1637 #buddypress.twentytwentytwo .bp-feedback button.bp-tooltip:hover .dashicons-dismiss {
     1639#buddypress.twentytwentytwo .bp-feedback button.bp-tooltip:hover .dashicons-dismiss,
     1640#buddypress.twentytwentytwo .bp-feedback a.bp-tooltip:hover .dashicons-dismiss {
    16381641        color: var(--wp--preset--color--background);
    16391642        background: var(--wp--preset--color--primary);
    16401643}
    16411644
    1642 #buddypress.twentytwentytwo .bp-feedback.bp-sitewide-notice button.bp-tooltip {
    1643         top: 0;
    1644         left: 15px;
     1645#buddypress.twentytwentytwo .bp-feedback.bp-sitewide-notice button.bp-tooltip,
     1646#buddypress.twentytwentytwo .bp-feedback.bp-sitewide-notice a.bp-tooltip {
     1647        top: 5px;
     1648        left: 5px;
    16451649}
    16461650
    16471651#buddypress.twentytwentytwo .bp-feedback.bp-sitewide-notice .bp-icon:before {
  • src/bp-templates/bp-nouveau/css/twentytwentytwo.css

    diff --git src/bp-templates/bp-nouveau/css/twentytwentytwo.css src/bp-templates/bp-nouveau/css/twentytwentytwo.css
    index ca543c0bb..6624cf4ca 100644
    button.pending, 
    16191619        border-bottom: solid 1px var(--wp--preset--color--primary);
    16201620}
    16211621
    1622 #buddypress.twentytwentytwo .bp-feedback button.bp-tooltip {
     1622#buddypress.twentytwentytwo .bp-feedback button.bp-tooltip,
     1623#buddypress.twentytwentytwo .bp-feedback a.bp-tooltip {
    16231624        border: none;
    16241625        background: none;
    16251626        top: -5px;
    16261627        right: 0;
    16271628}
    16281629
    1629 #buddypress.twentytwentytwo .bp-feedback button.bp-tooltip .dashicons-dismiss {
     1630#buddypress.twentytwentytwo .bp-feedback button.bp-tooltip .dashicons-dismiss,
     1631#buddypress.twentytwentytwo .bp-feedback a.bp-tooltip .dashicons-dismiss {
    16301632        border-radius: 50%;
    16311633        width: 32px;
    16321634        height: 32px;
    button.pending, 
    16341636        background: var(--wp--preset--color--background);
    16351637}
    16361638
    1637 #buddypress.twentytwentytwo .bp-feedback button.bp-tooltip:hover .dashicons-dismiss {
     1639#buddypress.twentytwentytwo .bp-feedback button.bp-tooltip:hover .dashicons-dismiss,
     1640#buddypress.twentytwentytwo .bp-feedback a.bp-tooltip:hover .dashicons-dismiss {
    16381641        color: var(--wp--preset--color--background);
    16391642        background: var(--wp--preset--color--primary);
    16401643}
    16411644
    1642 #buddypress.twentytwentytwo .bp-feedback.bp-sitewide-notice button.bp-tooltip {
    1643         top: 0;
    1644         right: 15px;
     1645#buddypress.twentytwentytwo .bp-feedback.bp-sitewide-notice button.bp-tooltip,
     1646#buddypress.twentytwentytwo .bp-feedback.bp-sitewide-notice a.bp-tooltip {
     1647        top: 5px;
     1648        right: 5px;
    16451649}
    16461650
    16471651#buddypress.twentytwentytwo .bp-feedback.bp-sitewide-notice .bp-icon:before {
  • src/bp-templates/bp-nouveau/sass/twentytwentytwo.scss

    diff --git src/bp-templates/bp-nouveau/sass/twentytwentytwo.scss src/bp-templates/bp-nouveau/sass/twentytwentytwo.scss
    index 82a990421..412f81b04 100644
    body.bp-user.settings.general { 
    21132113                        border-bottom: solid 1px var(--wp--preset--color--primary);
    21142114                }
    21152115
    2116                 button.bp-tooltip {
     2116                button.bp-tooltip,
     2117                a.bp-tooltip {
    21172118                        border: none;
    21182119                        background: none;
    21192120                        top: -5px;
    body.bp-user.settings.general { 
    21382139
    21392140                &.bp-sitewide-notice {
    21402141
    2141                         button.bp-tooltip {
    2142                                 top: 0;
    2143                                 right: 15px;
     2142                        button.bp-tooltip,
     2143                        a.bp-tooltip {
     2144                                top: 5px;
     2145                                right: 5px;
    21442146                        }
    21452147
    21462148                        .bp-icon:before {