Fix indentation
This commit is contained in:
parent
4edc0f19b0
commit
6db289ab13
1 changed files with 13 additions and 14 deletions
|
@ -378,18 +378,17 @@ table {
|
|||
.hide-bottom-border { border-bottom: none !important; }
|
||||
|
||||
.gl-accessibility {
|
||||
|
||||
&:focus {
|
||||
top: 1px;
|
||||
left: 1px;
|
||||
width: auto;
|
||||
height: 100%;
|
||||
line-height: 50px;
|
||||
padding: 0 10px;
|
||||
clip: auto;
|
||||
text-decoration: none;
|
||||
color: $gl-title-color;
|
||||
background: $gray-light;
|
||||
z-index: 1;
|
||||
}
|
||||
&:focus {
|
||||
top: 1px;
|
||||
left: 1px;
|
||||
width: auto;
|
||||
height: 100%;
|
||||
line-height: 50px;
|
||||
padding: 0 10px;
|
||||
clip: auto;
|
||||
text-decoration: none;
|
||||
color: $gl-title-color;
|
||||
background: $gray-light;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue