Changeset 62200
- Timestamp:
- 04/02/2026 11:33:50 PM (4 days ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/css/common.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r62187 r62200 1474 1474 } 1475 1475 1476 .notice a,1477 .error a,1478 .updated a {1476 div.notice a, 1477 div.error a, 1478 div.updated a { 1479 1479 color: var(--wp-admin-theme-color-darker-10); 1480 1480 text-decoration: underline; 1481 1481 } 1482 1482 1483 .notice a:hover,1484 .error a:hover,1485 .updated a:hover {1483 div.notice a:hover, 1484 div.error a:hover, 1485 div.updated a:hover { 1486 1486 color: var(--wp-admin-theme-color-darker-20); 1487 1487 } 1488 1488 1489 .notice a:focus,1490 .error a:focus,1491 .updated a:focus {1489 div.notice a:focus, 1490 div.error a:focus, 1491 div.updated a:focus { 1492 1492 box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); 1493 1493 outline: 2px solid transparent;
Note: See TracChangeset
for help on using the changeset viewer.