mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
button component - active and focus style defect fix
This commit is contained in:
parent
c871fbcdad
commit
6825a87bb9
@ -3252,9 +3252,13 @@ a.ast-type-item:hover {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.wr-btn:hover {
|
||||
.wr-btn:hover,a.wr-btn:hover {
|
||||
color:#b3e7ff;
|
||||
background-color: #16436D;
|
||||
}
|
||||
.wr-btn:active,a.wr-btn:active,.wr-btn:focus,a.wr-btn:focus {
|
||||
color:#b3e7ff;
|
||||
}
|
||||
|
||||
.wr-btn-grp {
|
||||
margin-top: 40px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user