mirror of https://github.com/status-im/consul.git
parent
bbd253e2e5
commit
02232c3aae
|
@ -7,9 +7,11 @@
|
|||
@include transition(background-color .2s ease-in-out);
|
||||
@include transition(border-color .2s ease-in-out);
|
||||
@include transition(color .2s ease-in-out);
|
||||
|
||||
outline: none;
|
||||
outline-color: white;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
&:hover {
|
||||
color: darken($gray, 10%);
|
||||
|
|
Loading…
Reference in New Issue