mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
UX: Type system rebuild (#5492)
This commit is contained in:
parent
298ee26908
commit
674013129a
86 changed files with 931 additions and 859 deletions
|
@ -129,6 +129,7 @@
|
|||
align-items: center;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
line-height: $line-height-medium;
|
||||
|
||||
.d-icon {
|
||||
margin-left: 5px;
|
||||
|
@ -146,7 +147,7 @@
|
|||
|
||||
.select-box-kit-row, .select-kit-row {
|
||||
cursor: pointer;
|
||||
line-height: normal;
|
||||
line-height: $line-height-medium;
|
||||
outline: none;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue