mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-20 18:28:25 +02:00
Merge pull request #182 from asaadmahmood/focal-154
154 - Updating table cell css
This commit is contained in:
commit
dd9c46d16c
@ -157,6 +157,10 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.Menu.left {
|
||||
right: -32px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
display: flex;
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -159,6 +159,7 @@ button {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
/*-- Property list --*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user