|
1 | 1 | :root {
|
2 | 2 | /* documented customizable variables */
|
3 |
| - --fonts-proportional: -apple-system, "Segoe UI", system-ui, "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "Liberation Sans", sans-serif; |
| 3 | + --fonts-proportional: -apple-system, "Segoe UI", system-ui, "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "Liberation Sans"; |
4 | 4 | --fonts-monospace: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;
|
5 |
| - --fonts-emoji: system-emoji; |
| 5 | + --fonts-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Twemoji Mozilla"; |
6 | 6 | /* other variables */
|
7 |
| - --fonts-regular: var(--fonts-emoji), var(--fonts-proportional); |
| 7 | + --fonts-regular: var(--fonts-proportional), var(--fonts-emoji), sans-serif; |
8 | 8 | --border-radius: .28571429rem;
|
9 | 9 | --opacity-disabled: .55;
|
10 | 10 | --color-primary: #4183c4;
|
|
115 | 115 | --checkbox-mask-indeterminate: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M2 7.75A.75.75 0 012.75 7h10a.75.75 0 010 1.5h-10A.75.75 0 012 7.75z"></path></svg>');
|
116 | 116 | }
|
117 | 117 |
|
118 |
| -@font-face { |
119 |
| - font-family: system-emoji; |
120 |
| - src: local("Apple Color Emoji"), local("Segoe UI Emoji"), local("Noto Color Emoji"), local("Twemoji Mozilla"); |
121 |
| - unicode-range: ~"U+2100-2BFF, U+303?, U+329?, U+FE0?, U+1F000-1FAFF"; |
122 |
| -} |
123 |
| - |
124 | 118 | textarea {
|
125 | 119 | font-family: var(--fonts-regular);
|
126 | 120 | }
|
@@ -1857,6 +1851,17 @@ table th[data-sortt-desc] {
|
1857 | 1851 | font-style: normal !important;
|
1858 | 1852 | font-weight: normal !important;
|
1859 | 1853 | vertical-align: -.075em;
|
| 1854 | + |
| 1855 | + @supports (-webkit-hyphens:none) { |
| 1856 | + & { |
| 1857 | + font-size: inherit; |
| 1858 | + vertical-align: inherit; |
| 1859 | + img { |
| 1860 | + font-size: 1.25em; |
| 1861 | + vertical-align: -.225em !important; |
| 1862 | + } |
| 1863 | + } |
| 1864 | + } |
1860 | 1865 | }
|
1861 | 1866 |
|
1862 | 1867 | .emoji img,
|
|
0 commit comments