Reactions / editing tooltip tweaks

This commit is contained in:
J. Ryan Stinnett 2019-05-17 15:04:27 +01:00
parent dbcf6af12d
commit 43c9e6d942
6 changed files with 9 additions and 16 deletions

View file

@ -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;

View file

@ -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;
}

View file

@ -490,11 +490,6 @@ limitations under the License.
}
*/
.mx_EventTile_editedTooltip {
font-size: 10px;
padding: 5px 6px;
}
/* end of overrides */
.mx_MatrixChat_useCompactLayout {