Skip to content

Commit

Permalink
General Variables- and Accessibility-Fixes 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ezenzen committed Mar 17, 2021

Verified

This commit was signed with the committer’s verified signature.
Nuclearistt Nuclearist
1 parent f3cbfb6 commit c155839
Showing 6 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/UI/templates/default/Button/button.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.btn {
font-size: @il-button-font-size;
.il-tab-focus();
.il-focus();
}

//This is legacy for the old forms implementation. Can be removed as soon as the old implementation is removed.
2 changes: 1 addition & 1 deletion src/UI/templates/default/Link/link.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.il-link{
.il-tab-focus();
.il-focus();
}


3 changes: 3 additions & 0 deletions templates/default/delos.css
Original file line number Diff line number Diff line change
@@ -13284,6 +13284,9 @@ img.il_ExplorerIcon {
height: 20px;
width: 20px;
}
.ilExplorerContainer {
padding: 2px 0 6px 0;
}
.ilExplorerContainer .jstree-default .jstree-anchor {
height: auto;
}
2 changes: 1 addition & 1 deletion templates/default/delos.less
Original file line number Diff line number Diff line change
@@ -124,7 +124,7 @@ All parts that aren't checked yet are actually marked with "rtl-review"
@import "less/multi-line-cap.less";

// tab focus ilias mixin
@import "less/tab-focus-mixin.less";
@import "less/focus-mixin.less";

/* flex grid support start */

Original file line number Diff line number Diff line change
@@ -215,6 +215,10 @@ img.il_ExplorerIcon {
width: 20px;
}

.ilExplorerContainer {
padding: 2px 0 6px 0;
}

.ilExplorerContainer .jstree-default .jstree-anchor {
height: auto;
}
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
}
}

.il-tab-focus(){
.il-focus(){
&:focus-visible{
outline: @il-focus-outline;
outline-offset: 0px;

0 comments on commit c155839

Please sign in to comment.