Skip to content

Commit 2f6d293

Browse files
committed
renamed css classes after closing issue (wontfix) about hidden overflow
1 parent 34237a2 commit 2f6d293

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

brotkeys.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class HotkeyManager {
1818
// css class of the buttons that appear as link hints
1919
this.LINKHINT_STYLE_CLASS = "eric-reverse";
2020
// css class added to the link hints when overlay mode is on. See notesToSelf/overlayMode.md
21-
this.LINKHINT_OVERLAY_STYLE_CLASS = "overlay-hint"
22-
this.LINKHINT_OVERLAY_CONTAINER_STYLE_CLASS = "overlay-container"
21+
this.LINKHINT_OVERLAY_STYLE_CLASS = "LB-overlay-link-hint"
22+
this.LINKHINT_OVERLAY_CONTAINER_STYLE_CLASS = "LB-overlay-container"
2323

2424
// internal config. It doesn't matter what you set here
2525
this.AUTOGEN_LINKHINT_ATTRIBUTE = "brotkeysid"; // used for counting all anchors. Throwaway property.

keys.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ kbd.eric-btn-dark {
3737
}
3838

3939
/* Used for overlaying the link hints instead of moving page content around when they appear */
40-
.overlay-container {
40+
.LB-overlay-container {
4141
position: relative;
4242
}
43-
.overlay-hint {
43+
.LB-overlay-link-hint {
4444
position:absolute;
4545
top:50%;
4646
transform:translateY(-50%)

0 commit comments

Comments
 (0)