mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix csslint warning about outline property
This commit is contained in:
parent
ba50e81053
commit
b96bba29eb
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,6 @@ a img {
|
|||
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
|
||||
background: #fff;
|
||||
min-width:80px;
|
||||
outline:none;
|
||||
}
|
||||
#popup_menu_area ul {
|
||||
margin: 0;
|
||||
|
|
@ -94,6 +93,7 @@ a img {
|
|||
#popup_menu_area a:active,
|
||||
#popup_menu_area a:focus {
|
||||
background: #eeeeee;
|
||||
outline:none;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
#popup_menu_area {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue