-
At some point do we want to add a description of what each button does when you hover over them?
-
How to add a hover effect correctly. I tried
```
[data-icon="o"]:hover {
color: #ccc;
}
```
but it changes only first color. I also tried:
```
[data-icon="o"]:first-line:hover {
color: #ccc;
}
…
-
### NuGet Product(s) Involved
Visual Studio Package Management UI
### The Elevator Pitch
From: https://developercommunity.visualstudio.com/t/SystemTextEncodingWeb-450-being-ref/10789296
"The hov…
-
Is it possible to highlight current cell in Timeline view while mouse is passing over them and display some sort of hint like a plus sign '+' to hint the user that clicking the cell will add an event.…
-
Firstly, yes, I tweaked the corner radius and colors a bit, but this issue was present before I did any of that. When the mouse is hovered over the tag to the immediate left of the currently selected …
-
**Describe the bug**
The hover effect of navbar components is uneven and can be improved to make it look attractive.
**Expected behavior**
To make it evenly spaced using CSS.
**Screenshots**
…
-
I am not sure what you want for the hover of buttons, are they all like the ghost and than when you hover on it it looks like the buttons you have?
@thomasjbradley
-
I was kind of lazy and didn't add it in.
-
If this is intended, please tie it to an about:config rule.
-
The edit button is overlapping over toggle one.
Would like this fix:
```
.lstI .flr:hover {
background: #7e7e7e;
border-radius: 100%;
}
.lstI .pname .flr {
right: 19px;
}
.ls…