diff --git src/bp-templates/bp-nouveau/css/twentytwentyone-rtl.css src/bp-templates/bp-nouveau/css/twentytwentyone-rtl.css
index 7cb601377..466ccab25 100644
|
|
body.activity-permalink #buddypress.twentytwentyone .activity-list .activity-ava |
1057 | 1057 | color: var(--global--color-black); |
1058 | 1058 | } |
1059 | 1059 | |
1060 | | #buddypress.twentytwentyone .wp-pwd:not(.is-open) { |
1061 | | display: none; |
1062 | | } |
1063 | | |
1064 | 1060 | #buddypress.twentytwentyone input[type="checkbox"], |
1065 | 1061 | #buddypress.twentytwentyone input[type="radio"] { |
1066 | 1062 | width: 25px; |
… |
… |
body.activity-permalink #buddypress.twentytwentyone .activity-list .activity-ava |
1116 | 1112 | background-color: var(--global--color-background); |
1117 | 1113 | } |
1118 | 1114 | |
| 1115 | body.bp-user.my-account #buddypress.twentytwentyone .wp-pwd:not(.is-open) { |
| 1116 | display: none; |
| 1117 | } |
| 1118 | |
1119 | 1119 | /** |
1120 | 1120 | *---------------------------------------------------------- |
1121 | 1121 | * @section 6.1 - Directory Search |
diff --git src/bp-templates/bp-nouveau/css/twentytwentyone.css src/bp-templates/bp-nouveau/css/twentytwentyone.css
index 1c5ad46ee..3691a6281 100644
|
|
body.activity-permalink #buddypress.twentytwentyone .activity-list .activity-ava |
1057 | 1057 | color: var(--global--color-black); |
1058 | 1058 | } |
1059 | 1059 | |
1060 | | #buddypress.twentytwentyone .wp-pwd:not(.is-open) { |
1061 | | display: none; |
1062 | | } |
1063 | | |
1064 | 1060 | #buddypress.twentytwentyone input[type="checkbox"], |
1065 | 1061 | #buddypress.twentytwentyone input[type="radio"] { |
1066 | 1062 | width: 25px; |
… |
… |
body.activity-permalink #buddypress.twentytwentyone .activity-list .activity-ava |
1116 | 1112 | background-color: var(--global--color-background); |
1117 | 1113 | } |
1118 | 1114 | |
| 1115 | body.bp-user.my-account #buddypress.twentytwentyone .wp-pwd:not(.is-open) { |
| 1116 | display: none; |
| 1117 | } |
| 1118 | |
1119 | 1119 | /** |
1120 | 1120 | *---------------------------------------------------------- |
1121 | 1121 | * @section 6.1 - Directory Search |
diff --git src/bp-templates/bp-nouveau/sass/twentytwentyone.scss src/bp-templates/bp-nouveau/sass/twentytwentyone.scss
index 9958c6df4..83fef4114 100644
|
|
body { |
1424 | 1424 | } |
1425 | 1425 | } |
1426 | 1426 | |
1427 | | .wp-pwd { |
1428 | | |
1429 | | &:not(.is-open) { |
1430 | | display: none; |
1431 | | } |
1432 | | } |
1433 | | |
1434 | 1427 | input[type="checkbox"], |
1435 | 1428 | input[type="radio"] { |
1436 | 1429 | width: 25px; |
… |
… |
body { |
1494 | 1487 | } |
1495 | 1488 | } |
1496 | 1489 | |
| 1490 | body.bp-user.my-account { |
| 1491 | |
| 1492 | #buddypress.twentytwentyone { |
| 1493 | |
| 1494 | .wp-pwd { |
| 1495 | |
| 1496 | &:not(.is-open) { |
| 1497 | display: none; |
| 1498 | } |
| 1499 | } |
| 1500 | } |
| 1501 | } |
| 1502 | |
1497 | 1503 | |
1498 | 1504 | /** |
1499 | 1505 | *---------------------------------------------------------- |