Add language indicator icon and local settings for status icons (#1788)
* Add language indicator * Add local settings for status icons * Switch to text icon for language
This commit is contained in:
@ -239,16 +239,21 @@
|
||||
}
|
||||
}
|
||||
|
||||
.text-icon,
|
||||
.text-icon-button {
|
||||
color: $lighter-text-color;
|
||||
font-weight: 600;
|
||||
font-size: 11px;
|
||||
line-height: 27px;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.text-icon-button {
|
||||
border: 0;
|
||||
border-radius: 4px;
|
||||
background: transparent;
|
||||
cursor: pointer;
|
||||
font-weight: 600;
|
||||
font-size: 11px;
|
||||
padding: 0 3px;
|
||||
line-height: 27px;
|
||||
outline: 0;
|
||||
transition: all 100ms ease-in;
|
||||
transition-property: background-color, color;
|
||||
|
@ -488,7 +488,8 @@
|
||||
|
||||
.status__media-icon,
|
||||
.status__visibility-icon,
|
||||
.status__reply-icon {
|
||||
.status__reply-icon,
|
||||
.text-icon {
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user