integrations github repos hover and text color (#2302)
This commit is contained in:
parent
5f3fd96960
commit
b4484ba06d
1 changed files with 10 additions and 0 deletions
|
|
@ -390,12 +390,22 @@
|
|||
background: var(--theme-container-background, #fff);
|
||||
padding: 12px;
|
||||
margin:5px 0px;
|
||||
transition:all .6s ease;
|
||||
&:hover{
|
||||
color: #0f0f0f;
|
||||
background: $light-green;
|
||||
button{
|
||||
background:#a8f1e9;
|
||||
}
|
||||
}
|
||||
&.github-repo-row-selected {
|
||||
background: $light-green;
|
||||
color: #0f0f0f;
|
||||
}
|
||||
.github-repo-row-name {
|
||||
font-weight:bold;
|
||||
button {
|
||||
transition:all .6s ease;
|
||||
cursor:pointer;
|
||||
font-size:1.2em;
|
||||
font-weight: bold;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue