asia_Kstyle4/assets/stylesheets/template/base/_accesskey.scss

16 lines
255 B
SCSS
Raw Normal View History

2021-09-13 02:47:54 +00:00
@charset "utf-8";
a[accesskey] {
position: absolute;
margin-left: -0.9375em;
color: transparent !important;
}
#orbit-bar a[accesskey] {
color: #666666 !important;
margin-left: 0;
position: relative;
&:hover {
color: #ffffff !important;
}
}