Reactions / editing tooltip tweaks
This commit is contained in:
parent
dbcf6af12d
commit
43c9e6d942
6 changed files with 9 additions and 16 deletions
|
@ -82,6 +82,9 @@ limitations under the License.
|
|||
text-align: center;
|
||||
border: none;
|
||||
border-radius: 3px;
|
||||
font-size: 14px;
|
||||
line-height: 1.2;
|
||||
padding: 6px 8px;
|
||||
|
||||
.mx_Tooltip_chevron::after {
|
||||
border-right-color: $tooltip-timeline-bg-color;
|
||||
|
|
|
@ -14,11 +14,6 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_ReactionsRowButtonTooltip {
|
||||
font-size: 8px;
|
||||
padding: 6px;
|
||||
|
||||
.mx_ReactionsRowButtonTooltip_reactedWith {
|
||||
opacity: 0.7;
|
||||
}
|
||||
.mx_ReactionsRowButtonTooltip_reactedWith {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
|
|
@ -490,11 +490,6 @@ limitations under the License.
|
|||
}
|
||||
*/
|
||||
|
||||
.mx_EventTile_editedTooltip {
|
||||
font-size: 10px;
|
||||
padding: 5px 6px;
|
||||
}
|
||||
|
||||
/* end of overrides */
|
||||
|
||||
.mx_MatrixChat_useCompactLayout {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue