Changeset 13289
- Timestamp:
- 07/06/2022 09:13:59 AM (3 years ago)
- Location:
- trunk/src/bp-templates/bp-nouveau
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_info_messages.scss
r12910 r13289 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 { -
trunk/src/bp-templates/bp-nouveau/css/buddypress-rtl.css
r13196 r13289 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; -
trunk/src/bp-templates/bp-nouveau/css/buddypress.css
r13196 r13289 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; -
trunk/src/bp-templates/bp-nouveau/css/twentytwentytwo-rtl.css
r13271 r13289 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; … … 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; … … 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 -
trunk/src/bp-templates/bp-nouveau/css/twentytwentytwo.css
r13271 r13289 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; … … 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; … … 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 -
trunk/src/bp-templates/bp-nouveau/sass/twentytwentytwo.scss
r13271 r13289 2114 2114 } 2115 2115 2116 button.bp-tooltip { 2116 button.bp-tooltip, 2117 a.bp-tooltip { 2117 2118 border: none; 2118 2119 background: none; … … 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
Note: See TracChangeset
for help on using the changeset viewer.