Ticket #46519: 46519.1.diff
File 46519.1.diff, 2.9 KB (added by , 5 years ago) |
---|
-
src/wp-includes/css/admin-bar.css
10 10 font-size: 13px; 11 11 font-weight: 400; 12 12 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 13 line-height: 32px;13 line-height: 2.46153846; 14 14 border-radius: 0; 15 15 box-sizing: content-box; 16 16 transition: none; … … 83 83 font-size: 13px; 84 84 font-weight: 400; 85 85 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 86 line-height: 32px;86 line-height: 2.46153846; 87 87 height: 32px; 88 88 position: fixed; 89 89 top: 0; … … 187 187 #wpadminbar .quicklinks .menupop.hover ul li .ab-item, 188 188 #wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item, 189 189 #wpadminbar .shortlink-input { 190 line-height: 2 6px;190 line-height: 2; 191 191 height: 26px; 192 192 white-space: nowrap; 193 193 min-width: 140px; … … 484 484 padding: 0; 485 485 border: 1px solid #82878c; 486 486 background: #eee; 487 line-height: 24px;487 line-height: 1.84615384; 488 488 vertical-align: middle; 489 489 margin: -4px 0 0 6px; 490 490 float: none; … … 643 643 z-index: 30; 644 644 font-size: 13px; 645 645 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 646 line-height: 24px;646 line-height: 1.84615384; 647 647 text-indent: 0; 648 648 height: 24px; 649 649 width: 24px; … … 816 816 font-size: 14px; 817 817 font-weight: 400; 818 818 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 819 line-height: 32px;819 line-height: 2.28571428; 820 820 } 821 821 822 822 #wpadminbar .quicklinks > ul > li > a, 823 823 #wpadminbar .quicklinks .ab-empty-item { 824 824 padding: 0; 825 825 height: 46px; 826 line-height: 46px;826 line-height: 3.28571428; 827 827 width: auto; 828 828 } 829 829 … … 850 850 text-overflow: clip; 851 851 } 852 852 853 #wpadminbar .quicklinks .menupop ul li .ab-item, 854 #wpadminbar .quicklinks .menupop ul li a strong, 855 #wpadminbar .quicklinks .menupop.hover ul li .ab-item, 856 #wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item, 857 #wpadminbar .shortlink-input { 858 line-height: 1.6; 859 } 860 853 861 #wpadminbar .ab-label { 854 862 display: none; 855 863 } … … 954 962 /* New Content */ 955 963 #wpadminbar #wp-admin-bar-new-content .ab-icon:before { 956 964 top: 0; 957 line-height: 53px;965 line-height: 1.33333333; 958 966 height: 46px !important; 959 967 text-align: center; 960 968 width: 52px; … … 979 987 display: block; 980 988 font-size: 34px; 981 989 height: 46px; 982 line-height: 47px;990 line-height: 1.38235294; 983 991 top: 0; 984 992 } 985 993 … … 1016 1024 #wpadminbar #wp-admin-bar-user-info .display-name { 1017 1025 height: auto; 1018 1026 font-size: 16px; 1019 line-height: 24px;1027 line-height: 1.5; 1020 1028 color: #eee; 1021 1029 } 1022 1030