Open
Bug 1669347
Opened 4 years ago
Updated 1 years ago
Transparency on hover of submit element with css border properties. Linux.
Categories
(Core :: Widget: Gtk, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: josh.mizzi, Unassigned)
Details
Attachments
(5 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0
Steps to reproduce:
input{
font-size: 16px;
margin-top: 10px;
border-radius: 10px;
width: 80%;
border: solid grey 1px;
}
<input type="submit" id="submit" value="login"></input>
Trigger hover event .
Actual results:
The background Turns transparent as long as hover is triggered.
Expected results:
Nothing, background transparency should not change.
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Component: Untriaged → Widget: Gtk
Product: Firefox → Core
Reporter | ||
Comment 4•4 years ago
|
||
still applies with different theme.
Reporter | ||
Comment 5•4 years ago
|
||
Pic with different applied theme.
Updated•1 years ago
|
Severity: -- → S4
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•