Skip to content

Commit e088121

Browse files
authored
Keyboard focus is not clearly visible (#9456)
1 parent 10e5890 commit e088121

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/Bootstrap/dist/css/bootstrap-theme.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/less/theme/page-api-keys.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@
132132
border-left: 1px solid @gray-lighter;
133133
}
134134
}
135+
.package-list {
136+
li {
137+
overflow-y: visible;
138+
}
139+
}
135140
}
136141

137142
.api-key-details:not(:first-child)

0 commit comments

Comments
 (0)