afc163
6 years ago
No known key found for this signature in database
GPG Key ID: 5F00908D72002306
2 changed files with
3 additions and
3 deletions
-
components/mentions/style/index.less
-
components/page-header/style/index.less
|
|
@ -11,9 +11,9 @@ |
|
|
|
position: relative; |
|
|
|
display: inline-block; |
|
|
|
height: auto; |
|
|
|
white-space: pre-wrap; |
|
|
|
padding: 0; |
|
|
|
overflow: hidden; |
|
|
|
white-space: pre-wrap; |
|
|
|
vertical-align: bottom; |
|
|
|
|
|
|
|
// =================== Status =================== |
|
|
@ -107,6 +107,7 @@ |
|
|
|
&-item { |
|
|
|
position: relative; |
|
|
|
display: block; |
|
|
|
min-width: 100px; |
|
|
|
padding: 5px @control-padding-horizontal; |
|
|
|
overflow: hidden; |
|
|
|
color: @text-color; |
|
|
@ -115,7 +116,6 @@ |
|
|
|
white-space: nowrap; |
|
|
|
text-overflow: ellipsis; |
|
|
|
cursor: pointer; |
|
|
|
min-width: 100px; |
|
|
|
transition: background 0.3s ease; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
|
@ -21,8 +21,8 @@ |
|
|
|
line-height: 100%; |
|
|
|
&-button { |
|
|
|
.operation-unit(); |
|
|
|
cursor: pointer; |
|
|
|
color: @text-color; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|