Fix network menu to remove duplicate ssids
This commit is contained in:
@@ -25,16 +25,6 @@
|
||||
button {
|
||||
margin-right: 0.5em;
|
||||
&.search {
|
||||
@keyframes spin {
|
||||
to { -gtk-icon-transform: rotate(1turn); }
|
||||
}
|
||||
|
||||
image.spinning {
|
||||
animation-name: spin;
|
||||
animation-duration: 1s;
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
}
|
||||
image {
|
||||
color: $text;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user