1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-12 09:04:14 +02:00

154 - Updating table cell css

This commit is contained in:
Asaad Mahmood 2021-03-24 14:21:41 +05:00
parent e3059fce23
commit 5ec6a4682f
3 changed files with 11 additions and 0 deletions

View File

@ -157,6 +157,10 @@
display: none;
}
.Menu.left {
right: -32px;
}
&:hover {
display: flex;

View File

@ -11,6 +11,8 @@
font-size: 14px;
line-height: 20px;
position: relative;
overflow: hidden;
text-overflow: ellipsis;
&:hover {
background-color: rgba(var(--body-color), 0.05);
@ -89,6 +91,10 @@
.octo-table-cell {
color: rgba(var(--body-color), 0.6);
.MenuWrapper {
overflow: hidden;
}
.octo-label {
color: rgba(var(--body-color), 0.6);
}

View File

@ -159,6 +159,7 @@ button {
display: flex;
flex-direction: row;
align-items: center;
min-width: 0;
}
/*-- Property list --*/