Added tab navigation on close buttons for all the panels and create/properties dialog.

Added tab navigation for scroll left and scroll right buttons on the main window.

Fixes #4601
This commit is contained in:
Nagesh Dhope
2020-02-04 11:30:33 +05:30
committed by Akshay Joshi
parent b0a0a7c50a
commit b6173c9d7b
6 changed files with 23 additions and 15 deletions

View File

@@ -37,7 +37,7 @@
}
/* darken % taken from bootstrap - button_variant */
.wcFrameButton:hover, .wcFrameButtonHover {
.wcFrameButton:hover, .wcFrameButtonHover, .wcFrameButton:focus {
background-color: $btn-secondary-hover-bg;
}
@@ -57,9 +57,7 @@
padding: 0rem 0.25rem;
display: -webkit-flex; /* Safari */
-webkit-flex-direction: row-reverse; /* Safari 6.1+ */
display: flex;
flex-direction: row-reverse;
}