mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Widgets: Remove outline on active widget header
Removed outline on widget header on focus for better ui
This commit is contained in:
parent
3dd8a09b44
commit
65a13d6f19
@ -115,6 +115,7 @@ a.ui-button:active,
|
|||||||
background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
|
background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
|
||||||
font-weight: normal/*{fwDefault}*/;
|
font-weight: normal/*{fwDefault}*/;
|
||||||
color: #ffffff/*{fcActive}*/;
|
color: #ffffff/*{fcActive}*/;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
.ui-icon-background,
|
.ui-icon-background,
|
||||||
.ui-state-active .ui-icon-background {
|
.ui-state-active .ui-icon-background {
|
||||||
|
Loading…
Reference in New Issue
Block a user