mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-30 14:00:07 +02:00
Keeping old css for buttons
This commit is contained in:
parent
304eee5d44
commit
28a0a7110b
@ -254,6 +254,23 @@ hr {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.octo-clickable,
|
||||
.octo-button {
|
||||
text-align: center;
|
||||
border-radius: 5px;
|
||||
padding: 0 5px;
|
||||
min-width: 20px;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
|
||||
transition: background 100ms ease-out 0s;
|
||||
}
|
||||
|
||||
.octo-clickable,
|
||||
.octo-button:hover {
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
||||
.filled {
|
||||
color: #ffffff;
|
||||
background-color: #50aadd;
|
||||
|
Loading…
Reference in New Issue
Block a user