Changeset 14238
- Timestamp:
- 12/05/2024 01:46:57 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/style.css
r14233 r14238 447 447 #respond .o2-editor .o2-editor-wrapper { 448 448 border-radius: 2px; 449 border-end-start-radius: 0; 449 450 border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color); 450 451 overflow: hidden; … … 457 458 458 459 .o2-editor .o2-editor-footer .o2-editor-tabs li { 460 position: relative; 459 461 border: 1px solid var(--wp--custom--form--border--color); 460 border-bottom-left-radius: 2px; 461 border-bottom-right-radius: 2px; 462 overflow: hidden; 462 border-end-start-radius: 2px; 463 border-end-end-radius: 2px; 463 464 } 464 465 465 466 .o2-editor .o2-editor-footer .o2-editor-tabs li:first-of-type, 466 467 #respond .o2-editor-footer .o2-editor-tabs li:first-of-type { 467 border-left: 1px solid var(--wp--custom--form--border--color); 468 border-top: 1px solid var(--wp--custom--form--border--color); 469 border-bottom-left-radius: 2px; 470 border-bottom-right-radius: 2px; 468 border: 1px solid var(--wp--custom--form--border--color); 469 border-end-start-radius: 2px; 470 border-end-end-radius: 2px; 471 471 margin-inline-end: -1px; 472 } 473 474 .o2-editor .o2-editor-footer .o2-editor-tabs li.selected::before, 475 #respond .o2-editor-footer .o2-editor-tabs li.selected::before, 476 .o2-editor .o2-editor-footer .o2-editor-tabs li.selected::after, 477 #respond .o2-editor-footer .o2-editor-tabs li.selected::after { 478 display: block; 479 content: ''; 480 position: absolute; 481 inset-inline-start: -1px; 482 inset-block-start: -1px; 483 width: 1px; 484 height: 1px; 485 background: var(--wp--custom--form--border--color); 486 } 487 488 .o2-editor .o2-editor-footer .o2-editor-tabs li.selected::after, 489 #respond .o2-editor-footer .o2-editor-tabs li.selected::after { 490 inset-inline-start: unset; 491 inset-inline-end: -1px; 472 492 } 473 493 … … 481 501 border: unset; 482 502 font-size: var(--wp--preset--font-size--small); 483 border-radius: unset; 503 border-end-start-radius: 1px; 504 border-end-end-radius: 1px; 484 505 } 485 506 … … 874 895 } 875 896 897 #secondary { 898 top: var(--wp-admin--admin-bar--height, 0px); 899 z-index: 500; 900 left: unset; 901 inset-inline-start: -100%; 902 } 903 876 904 body.responsive-show { 877 905 overflow-y: hidden; … … 887 915 } 888 916 917 body.responsive-show #secondary { 918 inset-inline-start: 0; 919 } 920 889 921 body.responsive-show #secondary-content .navigation-main { 890 922 margin-top: 0; … … 904 936 } 905 937 906 #secondary {907 top: var(--wp-admin--admin-bar--height, 0px);908 z-index: 500;909 }910 911 938 #secondary-toggle { 912 margin-left: var(--wp--preset--spacing--edge-space);913 margin-right: 0;939 float: inline-start; 940 margin-right: unset; 914 941 margin-top: -12px; 942 text-align: end; 915 943 } 916 944 917 945 #main #secondary-toggle { 918 margin- left: 4px;919 margin- right: var(--wp--style--block-gap);946 margin-inline-start: 4px; 947 margin-inline-end: var(--wp--style--block-gap); 920 948 margin-top: 20px; 921 949 } … … 1404 1432 border-left-width: 0; 1405 1433 border-top-right-radius: 2px; 1406 border- bottom-right-radius: 2px;1434 border-end-end-radius: 2px; 1407 1435 } 1408 1436 … … 1808 1836 } 1809 1837 1810 [dir="rtl"] .make-welcome #make-welcome-toggle::before,1811 1838 .make-welcome #make-welcome-toggle::after { 1812 1839 content: "\f343"; … … 1817 1844 } 1818 1845 1819 [dir="rtl"] .make-welcome #make-welcome-toggle::after {1820 display: none;1821 }1822 1823 [dir="rtl"] .make-welcome.collapsed #make-welcome-toggle::before,1824 1846 .make-welcome.collapsed #make-welcome-toggle::after { 1825 1847 content: "\f347";
Note: See TracChangeset
for help on using the changeset viewer.