diff.scss 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822
  1. // Notes!
  2. // Sass color functions, "darken" and "lighten" are automatically replaced.
  3. html {
  4. scrollbar-color: $ui-base-color rgba($ui-base-color, 0.25);
  5. }
  6. // Change the colors of button texts
  7. .button {
  8. color: $white;
  9. &.button-alternative-2 {
  10. color: $white;
  11. }
  12. }
  13. .status-card__actions button,
  14. .status-card__actions a {
  15. color: rgba($white, 0.8);
  16. &:hover,
  17. &:active,
  18. &:focus {
  19. color: $white;
  20. }
  21. }
  22. // Change default background colors of columns
  23. .column > .scrollable,
  24. .getting-started,
  25. .column-inline-form,
  26. .error-column,
  27. .regeneration-indicator {
  28. background: $white;
  29. border: 1px solid lighten($ui-base-color, 8%);
  30. border-top: 0;
  31. }
  32. .directory__card__img {
  33. background: lighten($ui-base-color, 12%);
  34. }
  35. .filter-form {
  36. background: $white;
  37. border-bottom: 1px solid lighten($ui-base-color, 8%);
  38. }
  39. .table-of-contents {
  40. border: 1px solid lighten($ui-base-color, 8%);
  41. }
  42. .column-back-button,
  43. .column-header {
  44. background: $white;
  45. border: 1px solid lighten($ui-base-color, 8%);
  46. @media screen and (max-width: $no-gap-breakpoint) {
  47. border-top: 0;
  48. }
  49. &--slim-button {
  50. top: -50px;
  51. right: 0;
  52. }
  53. }
  54. .column-header__back-button,
  55. .column-header__button,
  56. .column-header__button.active,
  57. .account__header__bar {
  58. background: $white;
  59. }
  60. .column-header__button.active {
  61. color: $ui-highlight-color;
  62. &:hover,
  63. &:active,
  64. &:focus {
  65. color: $ui-highlight-color;
  66. background: $white;
  67. }
  68. }
  69. .account__header__bar .avatar .account__avatar {
  70. border-color: $white;
  71. }
  72. .getting-started__footer a {
  73. color: $ui-secondary-color;
  74. text-decoration: underline;
  75. }
  76. .confirmation-modal__secondary-button,
  77. .confirmation-modal__cancel-button,
  78. .mute-modal__cancel-button,
  79. .block-modal__cancel-button {
  80. color: lighten($ui-base-color, 26%);
  81. &:hover,
  82. &:focus,
  83. &:active {
  84. color: $primary-text-color;
  85. }
  86. }
  87. .column-subheading {
  88. background: darken($ui-base-color, 4%);
  89. border-bottom: 1px solid lighten($ui-base-color, 8%);
  90. }
  91. .getting-started,
  92. .scrollable {
  93. .column-link {
  94. background: $white;
  95. border-bottom: 1px solid lighten($ui-base-color, 8%);
  96. &:hover,
  97. &:active,
  98. &:focus {
  99. background: $ui-base-color;
  100. }
  101. }
  102. }
  103. .getting-started .navigation-bar {
  104. border-top: 1px solid lighten($ui-base-color, 8%);
  105. border-bottom: 1px solid lighten($ui-base-color, 8%);
  106. @media screen and (max-width: $no-gap-breakpoint) {
  107. border-top: 0;
  108. }
  109. }
  110. .compose-form__autosuggest-wrapper,
  111. .poll__option input[type="text"],
  112. .compose-form .spoiler-input__input,
  113. .compose-form__poll-wrapper select,
  114. .search__input,
  115. .setting-text,
  116. .box-widget input[type="text"],
  117. .box-widget input[type="email"],
  118. .box-widget input[type="password"],
  119. .box-widget textarea,
  120. .statuses-grid .detailed-status,
  121. .report-dialog-modal__textarea,
  122. .audio-player {
  123. border: 1px solid lighten($ui-base-color, 8%);
  124. }
  125. .report-dialog-modal .dialog-option .poll__input {
  126. color: $white;
  127. }
  128. .search__input {
  129. @media screen and (max-width: $no-gap-breakpoint) {
  130. border-top: 0;
  131. border-bottom: 0;
  132. }
  133. }
  134. .list-editor .search .search__input {
  135. border-top: 0;
  136. border-bottom: 0;
  137. }
  138. .compose-form__poll-wrapper select {
  139. background: $simple-background-color url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.933 18.467' height='19.698' width='15.929'><path d='M3.467 14.967l-3.393-3.5H14.86l-3.392 3.5c-1.866 1.925-3.666 3.5-4 3.5-.335 0-2.135-1.575-4-3.5zm.266-11.234L7.467 0 11.2 3.733l3.733 3.734H0l3.733-3.734z' fill='#{hex-color(lighten($ui-base-color, 8%))}'/></svg>") no-repeat right 8px center / auto 16px;
  140. }
  141. .compose-form__poll-wrapper,
  142. .compose-form__poll-wrapper .poll__footer {
  143. border-top-color: lighten($ui-base-color, 8%);
  144. }
  145. .notification__filter-bar {
  146. border: 1px solid lighten($ui-base-color, 8%);
  147. border-top: 0;
  148. }
  149. .compose-form .compose-form__buttons-wrapper {
  150. background: $ui-base-color;
  151. border: 1px solid lighten($ui-base-color, 8%);
  152. border-top: 0;
  153. }
  154. .drawer__header,
  155. .drawer__inner {
  156. background: $white;
  157. border: 1px solid lighten($ui-base-color, 8%);
  158. }
  159. .drawer__inner__mastodon {
  160. background: $white url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 234.80078 31.757813" width="234.80078" height="31.757812"><path d="M19.599609 0c-1.05 0-2.10039.375-2.90039 1.125L0 16.925781v14.832031h234.80078V17.025391l-16.5-15.900391c-1.6-1.5-4.20078-1.5-5.80078 0l-13.80078 13.099609c-1.6 1.5-4.19883 1.5-5.79883 0L179.09961 1.125c-1.6-1.5-4.19883-1.5-5.79883 0L159.5 14.224609c-1.6 1.5-4.20078 1.5-5.80078 0L139.90039 1.125c-1.6-1.5-4.20078-1.5-5.80078 0l-13.79883 13.099609c-1.6 1.5-4.20078 1.5-5.80078 0L100.69922 1.125c-1.600001-1.5-4.198829-1.5-5.798829 0l-13.59961 13.099609c-1.6 1.5-4.200781 1.5-5.800781 0L61.699219 1.125c-1.6-1.5-4.198828-1.5-5.798828 0L42.099609 14.224609c-1.6 1.5-4.198828 1.5-5.798828 0L22.5 1.125C21.7.375 20.649609 0 19.599609 0z" fill="#{hex-color($ui-base-color)}"/></svg>') no-repeat bottom / 100% auto;
  161. }
  162. // Change the colors used in compose-form
  163. .compose-form {
  164. .compose-form__modifiers {
  165. .compose-form__upload__actions .icon-button {
  166. color: lighten($white, 7%);
  167. &:active,
  168. &:focus,
  169. &:hover {
  170. color: $white;
  171. }
  172. }
  173. .compose-form__upload-description input {
  174. color: lighten($white, 7%);
  175. &::placeholder {
  176. color: lighten($white, 7%);
  177. }
  178. }
  179. }
  180. .compose-form__buttons-wrapper {
  181. background: darken($ui-base-color, 6%);
  182. }
  183. .autosuggest-textarea__suggestions {
  184. background: darken($ui-base-color, 6%);
  185. }
  186. .autosuggest-textarea__suggestions__item {
  187. &:hover,
  188. &:focus,
  189. &:active,
  190. &.selected {
  191. background: lighten($ui-base-color, 4%);
  192. }
  193. }
  194. }
  195. .emoji-mart-bar {
  196. border-color: lighten($ui-base-color, 4%);
  197. &:first-child {
  198. background: darken($ui-base-color, 6%);
  199. }
  200. }
  201. .emoji-mart-search input {
  202. background: rgba($ui-base-color, 0.3);
  203. border-color: $ui-base-color;
  204. }
  205. // Change the background colors of statuses
  206. .focusable:focus {
  207. background: $ui-base-color;
  208. }
  209. .detailed-status,
  210. .detailed-status__action-bar {
  211. background: $white;
  212. }
  213. // Change the background colors of status__content__spoiler-link
  214. .reply-indicator__content .status__content__spoiler-link,
  215. .status__content .status__content__spoiler-link {
  216. background: $ui-base-color;
  217. &:hover {
  218. background: lighten($ui-base-color, 4%);
  219. }
  220. }
  221. // Change the background colors of media and video spoilers
  222. .media-spoiler,
  223. .video-player__spoiler {
  224. background: $ui-base-color;
  225. }
  226. .privacy-dropdown.active .privacy-dropdown__value.active .icon-button {
  227. color: $white;
  228. }
  229. .account-gallery__item a {
  230. background-color: $ui-base-color;
  231. }
  232. // Change the colors used in the dropdown menu
  233. .dropdown-menu {
  234. background: $white;
  235. &__arrow {
  236. &.left {
  237. border-left-color: $white;
  238. }
  239. &.top {
  240. border-top-color: $white;
  241. }
  242. &.bottom {
  243. border-bottom-color: $white;
  244. }
  245. &.right {
  246. border-right-color: $white;
  247. }
  248. }
  249. &__item {
  250. a,
  251. button {
  252. background: $white;
  253. color: $darker-text-color;
  254. }
  255. }
  256. }
  257. // Change the text colors on inverted background
  258. .privacy-dropdown__option.active,
  259. .privacy-dropdown__option:hover,
  260. .privacy-dropdown__option.active .privacy-dropdown__option__content,
  261. .privacy-dropdown__option.active .privacy-dropdown__option__content strong,
  262. .privacy-dropdown__option:hover .privacy-dropdown__option__content,
  263. .privacy-dropdown__option:hover .privacy-dropdown__option__content strong,
  264. .dropdown-menu__item a:active,
  265. .dropdown-menu__item a:focus,
  266. .dropdown-menu__item a:hover,
  267. .actions-modal ul li:not(:empty) a.active,
  268. .actions-modal ul li:not(:empty) a.active button,
  269. .actions-modal ul li:not(:empty) a:active,
  270. .actions-modal ul li:not(:empty) a:active button,
  271. .actions-modal ul li:not(:empty) a:focus,
  272. .actions-modal ul li:not(:empty) a:focus button,
  273. .actions-modal ul li:not(:empty) a:hover,
  274. .actions-modal ul li:not(:empty) a:hover button,
  275. .language-dropdown__dropdown__results__item.active,
  276. .admin-wrapper .sidebar ul .simple-navigation-active-leaf a,
  277. .simple_form .block-button,
  278. .simple_form .button,
  279. .simple_form button {
  280. color: $white;
  281. }
  282. .language-dropdown__dropdown__results__item .language-dropdown__dropdown__results__item__common-name {
  283. color: lighten($ui-base-color, 8%);
  284. }
  285. .language-dropdown__dropdown__results__item.active .language-dropdown__dropdown__results__item__common-name {
  286. color: darken($ui-base-color, 12%);
  287. }
  288. .dropdown-menu__separator,
  289. .dropdown-menu__item.edited-timestamp__history__item,
  290. .dropdown-menu__container__header,
  291. .compare-history-modal .report-modal__target,
  292. .report-dialog-modal .poll__option.dialog-option {
  293. border-bottom-color: lighten($ui-base-color, 4%);
  294. }
  295. .report-dialog-modal__container {
  296. border-top-color: lighten($ui-base-color, 4%);
  297. }
  298. // Change the background colors of modals
  299. .actions-modal,
  300. .boost-modal,
  301. .confirmation-modal,
  302. .mute-modal,
  303. .block-modal,
  304. .report-modal,
  305. .report-dialog-modal,
  306. .embed-modal,
  307. .error-modal,
  308. .onboarding-modal,
  309. .compare-history-modal,
  310. .report-modal__comment .setting-text__wrapper,
  311. .report-modal__comment .setting-text,
  312. .announcements,
  313. .picture-in-picture__header,
  314. .picture-in-picture__footer,
  315. .reactions-bar__item {
  316. background: $white;
  317. border: 1px solid lighten($ui-base-color, 8%);
  318. }
  319. .reactions-bar__item:hover,
  320. .reactions-bar__item:focus,
  321. .reactions-bar__item:active,
  322. .language-dropdown__dropdown__results__item:hover,
  323. .language-dropdown__dropdown__results__item:focus,
  324. .language-dropdown__dropdown__results__item:active {
  325. background-color: $ui-base-color;
  326. }
  327. .reactions-bar__item.active {
  328. background-color: mix($white, $ui-highlight-color, 80%);
  329. border-color: mix(lighten($ui-base-color, 8%), $ui-highlight-color, 80%);
  330. }
  331. .media-modal__overlay .picture-in-picture__footer {
  332. border: 0;
  333. }
  334. .picture-in-picture__header {
  335. border-bottom: 0;
  336. }
  337. .announcements,
  338. .picture-in-picture__footer {
  339. border-top: 0;
  340. }
  341. .icon-with-badge__badge {
  342. border-color: $white;
  343. }
  344. .report-modal__comment {
  345. border-right-color: lighten($ui-base-color, 8%);
  346. }
  347. .report-modal__container {
  348. border-top-color: lighten($ui-base-color, 8%);
  349. }
  350. .column-header__collapsible-inner {
  351. background: darken($ui-base-color, 4%);
  352. border: 1px solid lighten($ui-base-color, 8%);
  353. border-top: 0;
  354. }
  355. .focal-point__preview strong {
  356. color: $white;
  357. }
  358. .boost-modal__action-bar,
  359. .confirmation-modal__action-bar,
  360. .mute-modal__action-bar,
  361. .block-modal__action-bar,
  362. .onboarding-modal__paginator,
  363. .error-modal__footer {
  364. background: darken($ui-base-color, 6%);
  365. .onboarding-modal__nav,
  366. .error-modal__nav {
  367. &:hover,
  368. &:focus,
  369. &:active {
  370. background-color: darken($ui-base-color, 12%);
  371. }
  372. }
  373. }
  374. .display-case__case {
  375. background: $white;
  376. }
  377. .embed-modal .embed-modal__container .embed-modal__html {
  378. background: $white;
  379. border: 1px solid lighten($ui-base-color, 8%);
  380. &:focus {
  381. border-color: lighten($ui-base-color, 12%);
  382. background: $white;
  383. }
  384. }
  385. .react-toggle-track {
  386. background: $ui-secondary-color;
  387. }
  388. .react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  389. background: darken($ui-secondary-color, 10%);
  390. }
  391. .react-toggle.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  392. background: lighten($ui-highlight-color, 10%);
  393. }
  394. // Change the default color used for the text in an empty column or on the error column
  395. .empty-column-indicator,
  396. .error-column {
  397. color: $primary-text-color;
  398. background: $white;
  399. }
  400. .tabs-bar {
  401. background: $white;
  402. border: 1px solid lighten($ui-base-color, 8%);
  403. border-bottom: 0;
  404. @media screen and (max-width: $no-gap-breakpoint) {
  405. border-top: 0;
  406. }
  407. &__link {
  408. padding-bottom: 14px;
  409. border-bottom-width: 1px;
  410. border-bottom-color: lighten($ui-base-color, 8%);
  411. &:hover,
  412. &:active,
  413. &:focus {
  414. background: $ui-base-color;
  415. }
  416. &.active {
  417. &:hover,
  418. &:active,
  419. &:focus {
  420. background: transparent;
  421. border-bottom-color: $ui-highlight-color;
  422. }
  423. }
  424. }
  425. }
  426. // Change the default colors used on some parts of the profile pages
  427. .activity-stream-tabs {
  428. background: $account-background-color;
  429. border-bottom-color: lighten($ui-base-color, 8%);
  430. }
  431. .box-widget,
  432. .nothing-here,
  433. .page-header,
  434. .directory__tag > a,
  435. .directory__tag > div,
  436. .landing-page__call-to-action,
  437. .contact-widget,
  438. .landing .hero-widget__text,
  439. .landing-page__information.contact-widget {
  440. background: $white;
  441. border: 1px solid lighten($ui-base-color, 8%);
  442. @media screen and (max-width: $no-gap-breakpoint) {
  443. border-left: 0;
  444. border-right: 0;
  445. border-top: 0;
  446. }
  447. }
  448. .landing .hero-widget__text {
  449. border-top: 0;
  450. border-bottom: 0;
  451. }
  452. .simple_form {
  453. input[type="text"],
  454. input[type="number"],
  455. input[type="email"],
  456. input[type="password"],
  457. textarea {
  458. &:hover {
  459. border-color: lighten($ui-base-color, 12%);
  460. }
  461. }
  462. }
  463. .landing .hero-widget__footer {
  464. background: $white;
  465. border: 1px solid lighten($ui-base-color, 8%);
  466. border-top: 0;
  467. @media screen and (max-width: $no-gap-breakpoint) {
  468. border: 0;
  469. }
  470. }
  471. .picture-in-picture-placeholder {
  472. background: $white;
  473. border-color: lighten($ui-base-color, 8%);
  474. color: lighten($ui-base-color, 8%);
  475. }
  476. .brand__tagline {
  477. color: $ui-secondary-color;
  478. }
  479. .directory__tag > a {
  480. &:hover,
  481. &:active,
  482. &:focus {
  483. background: $ui-base-color;
  484. }
  485. @media screen and (max-width: $no-gap-breakpoint) {
  486. border: 0;
  487. }
  488. }
  489. .directory__tag.active > a,
  490. .directory__tag.active > div {
  491. border-color: $ui-highlight-color;
  492. &,
  493. h4,
  494. h4 small,
  495. .fa,
  496. .trends__item__current {
  497. color: $white;
  498. }
  499. &:hover,
  500. &:active,
  501. &:focus {
  502. background: $ui-highlight-color;
  503. }
  504. }
  505. .batch-table {
  506. &__toolbar,
  507. &__row,
  508. .nothing-here {
  509. border-color: lighten($ui-base-color, 8%);
  510. }
  511. }
  512. .activity-stream {
  513. border: 1px solid lighten($ui-base-color, 8%);
  514. &--under-tabs {
  515. border-top: 0;
  516. }
  517. .entry {
  518. background: $account-background-color;
  519. .detailed-status.light,
  520. .more.light,
  521. .status.light {
  522. border-bottom-color: lighten($ui-base-color, 8%);
  523. }
  524. }
  525. .status.light {
  526. .status__content {
  527. color: $primary-text-color;
  528. }
  529. .display-name {
  530. strong {
  531. color: $primary-text-color;
  532. }
  533. }
  534. }
  535. }
  536. .accounts-grid {
  537. .account-grid-card {
  538. .controls {
  539. .icon-button {
  540. color: $darker-text-color;
  541. }
  542. }
  543. .name {
  544. a {
  545. color: $primary-text-color;
  546. }
  547. }
  548. .username {
  549. color: $darker-text-color;
  550. }
  551. .account__header__content {
  552. color: $primary-text-color;
  553. }
  554. }
  555. }
  556. .simple_form,
  557. .table-form {
  558. .warning {
  559. box-shadow: none;
  560. background: rgba($error-red, 0.5);
  561. text-shadow: none;
  562. }
  563. .recommended {
  564. border-color: $ui-highlight-color;
  565. color: $ui-highlight-color;
  566. background-color: rgba($ui-highlight-color, 0.1);
  567. }
  568. }
  569. .compose-form .compose-form__warning {
  570. border-color: $ui-highlight-color;
  571. background-color: rgba($ui-highlight-color, 0.1);
  572. &,
  573. a {
  574. color: $ui-highlight-color;
  575. }
  576. }
  577. .status__content,
  578. .reply-indicator__content {
  579. a {
  580. color: $highlight-text-color;
  581. }
  582. }
  583. .button.logo-button {
  584. color: $white;
  585. svg {
  586. fill: $white;
  587. }
  588. }
  589. .public-layout {
  590. .account__section-headline {
  591. border: 1px solid lighten($ui-base-color, 8%);
  592. @media screen and (max-width: $no-gap-breakpoint) {
  593. border-top: 0;
  594. }
  595. }
  596. .header,
  597. .public-account-header,
  598. .public-account-bio {
  599. box-shadow: none;
  600. }
  601. .public-account-bio,
  602. .hero-widget__text {
  603. background: $account-background-color;
  604. }
  605. .header {
  606. background: $ui-base-color;
  607. border: 1px solid lighten($ui-base-color, 8%);
  608. @media screen and (max-width: $no-gap-breakpoint) {
  609. border: 0;
  610. }
  611. .brand {
  612. &:hover,
  613. &:focus,
  614. &:active {
  615. background: lighten($ui-base-color, 4%);
  616. }
  617. }
  618. }
  619. .public-account-header {
  620. &__image {
  621. background: lighten($ui-base-color, 12%);
  622. &::after {
  623. box-shadow: none;
  624. }
  625. }
  626. &__bar {
  627. &::before {
  628. background: $account-background-color;
  629. border: 1px solid lighten($ui-base-color, 8%);
  630. border-top: 0;
  631. }
  632. .avatar img {
  633. border-color: $account-background-color;
  634. }
  635. @media screen and (max-width: $no-columns-breakpoint) {
  636. background: $account-background-color;
  637. border: 1px solid lighten($ui-base-color, 8%);
  638. border-top: 0;
  639. }
  640. }
  641. &__tabs {
  642. &__name {
  643. h1,
  644. h1 small {
  645. color: $white;
  646. @media screen and (max-width: $no-columns-breakpoint) {
  647. color: $primary-text-color;
  648. }
  649. }
  650. }
  651. }
  652. &__extra {
  653. .public-account-bio {
  654. border: 0;
  655. }
  656. .public-account-bio .account__header__fields {
  657. border-color: lighten($ui-base-color, 8%);
  658. }
  659. }
  660. }
  661. }
  662. .notification__filter-bar button.active::after,
  663. .account__section-headline a.active::after {
  664. border-color: transparent transparent $white;
  665. }
  666. .hero-widget,
  667. .box-widget,
  668. .contact-widget,
  669. .landing-page__information.contact-widget,
  670. .moved-account-widget,
  671. .memoriam-widget,
  672. .activity-stream,
  673. .nothing-here,
  674. .directory__tag > a,
  675. .directory__tag > div,
  676. .card > a,
  677. .page-header,
  678. .compose-form .compose-form__warning {
  679. box-shadow: none;
  680. }
  681. .mute-modal select {
  682. border: 1px solid lighten($ui-base-color, 8%);
  683. background: $simple-background-color url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.933 18.467' height='19.698' width='15.929'><path d='M3.467 14.967l-3.393-3.5H14.86l-3.392 3.5c-1.866 1.925-3.666 3.5-4 3.5-.335 0-2.135-1.575-4-3.5zm.266-11.234L7.467 0 11.2 3.733l3.733 3.734H0l3.733-3.734z' fill='#{hex-color(lighten($ui-base-color, 8%))}'/></svg>") no-repeat right 8px center / auto 16px;
  684. }