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:
parent
e3059fce23
commit
5ec6a4682f
@ -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…
Reference in New Issue
Block a user