mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
committed by
Akshay Joshi
parent
b0a0a7c50a
commit
b6173c9d7b
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user