Keeping old css for buttons
This commit is contained in:
parent
304eee5d44
commit
28a0a7110b
1 changed files with 17 additions and 0 deletions
|
@ -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 a new issue