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
|
|
|
|
| 156 | 156 | .bp-feedback.warning, |
| 157 | 157 | .bp-feedback.loading, |
| 158 | 158 | .bp-feedback.success, |
| 159 | | .bp-feedback.updated { |
| | 159 | .bp-feedback.updated, |
| | 160 | .bp-feedback.bp-sitewide-notice { |
| 160 | 161 | |
| 161 | 162 | .bp-icon { |
| 162 | 163 | |
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 { |
| 4584 | 4584 | .buddypress-wrap .bp-feedback.warning .bp-icon, |
| 4585 | 4585 | .buddypress-wrap .bp-feedback.loading .bp-icon, |
| 4586 | 4586 | .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 { |
| 4588 | 4589 | display: flex; |
| 4589 | 4590 | align-items: center; |
| 4590 | 4591 | align-self: stretch; |
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 { |
| 4584 | 4584 | .buddypress-wrap .bp-feedback.warning .bp-icon, |
| 4585 | 4585 | .buddypress-wrap .bp-feedback.loading .bp-icon, |
| 4586 | 4586 | .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 { |
| 4588 | 4589 | display: flex; |
| 4589 | 4590 | align-items: center; |
| 4590 | 4591 | align-self: stretch; |
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, |
| 1619 | 1619 | border-bottom: solid 1px var(--wp--preset--color--primary); |
| 1620 | 1620 | } |
| 1621 | 1621 | |
| 1622 | | #buddypress.twentytwentytwo .bp-feedback button.bp-tooltip { |
| | 1622 | #buddypress.twentytwentytwo .bp-feedback button.bp-tooltip, |
| | 1623 | #buddypress.twentytwentytwo .bp-feedback a.bp-tooltip { |
| 1623 | 1624 | border: none; |
| 1624 | 1625 | background: none; |
| 1625 | 1626 | top: -5px; |
| 1626 | 1627 | left: 0; |
| 1627 | 1628 | } |
| 1628 | 1629 | |
| 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 { |
| 1630 | 1632 | border-radius: 50%; |
| 1631 | 1633 | width: 32px; |
| 1632 | 1634 | height: 32px; |
| … |
… |
button.pending, |
| 1634 | 1636 | background: var(--wp--preset--color--background); |
| 1635 | 1637 | } |
| 1636 | 1638 | |
| 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 { |
| 1638 | 1641 | color: var(--wp--preset--color--background); |
| 1639 | 1642 | background: var(--wp--preset--color--primary); |
| 1640 | 1643 | } |
| 1641 | 1644 | |
| 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; |
| 1645 | 1649 | } |
| 1646 | 1650 | |
| 1647 | 1651 | #buddypress.twentytwentytwo .bp-feedback.bp-sitewide-notice .bp-icon:before { |
diff --git src/bp-templates/bp-nouveau/css/twentytwentytwo.css src/bp-templates/bp-nouveau/css/twentytwentytwo.css
index ca543c0bb..6624cf4ca 100644
|
|
|
button.pending, |
| 1619 | 1619 | border-bottom: solid 1px var(--wp--preset--color--primary); |
| 1620 | 1620 | } |
| 1621 | 1621 | |
| 1622 | | #buddypress.twentytwentytwo .bp-feedback button.bp-tooltip { |
| | 1622 | #buddypress.twentytwentytwo .bp-feedback button.bp-tooltip, |
| | 1623 | #buddypress.twentytwentytwo .bp-feedback a.bp-tooltip { |
| 1623 | 1624 | border: none; |
| 1624 | 1625 | background: none; |
| 1625 | 1626 | top: -5px; |
| 1626 | 1627 | right: 0; |
| 1627 | 1628 | } |
| 1628 | 1629 | |
| 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 { |
| 1630 | 1632 | border-radius: 50%; |
| 1631 | 1633 | width: 32px; |
| 1632 | 1634 | height: 32px; |
| … |
… |
button.pending, |
| 1634 | 1636 | background: var(--wp--preset--color--background); |
| 1635 | 1637 | } |
| 1636 | 1638 | |
| 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 { |
| 1638 | 1641 | color: var(--wp--preset--color--background); |
| 1639 | 1642 | background: var(--wp--preset--color--primary); |
| 1640 | 1643 | } |
| 1641 | 1644 | |
| 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; |
| 1645 | 1649 | } |
| 1646 | 1650 | |
| 1647 | 1651 | #buddypress.twentytwentytwo .bp-feedback.bp-sitewide-notice .bp-icon:before { |
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 { |
| 2113 | 2113 | border-bottom: solid 1px var(--wp--preset--color--primary); |
| 2114 | 2114 | } |
| 2115 | 2115 | |
| 2116 | | button.bp-tooltip { |
| | 2116 | button.bp-tooltip, |
| | 2117 | a.bp-tooltip { |
| 2117 | 2118 | border: none; |
| 2118 | 2119 | background: none; |
| 2119 | 2120 | top: -5px; |
| … |
… |
body.bp-user.settings.general { |
| 2138 | 2139 | |
| 2139 | 2140 | &.bp-sitewide-notice { |
| 2140 | 2141 | |
| 2141 | | button.bp-tooltip { |
| 2142 | | top: 0; |
| 2143 | | right: 15px; |
| | 2142 | button.bp-tooltip, |
| | 2143 | a.bp-tooltip { |
| | 2144 | top: 5px; |
| | 2145 | right: 5px; |
| 2144 | 2146 | } |
| 2145 | 2147 | |
| 2146 | 2148 | .bp-icon:before { |