diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-17 23:09:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-17 23:09:15 +0300 |
commit | c524473d7ec8ce8736eeff4dbd1ada926fccf082 (patch) | |
tree | fd9971c6655274c3c02f496dc6d18125b0b903dc /assets/css | |
parent | add a "Copy" button (diff) | |
download | wireguard-config-c524473d7ec8ce8736eeff4dbd1ada926fccf082.tar.gz wireguard-config-c524473d7ec8ce8736eeff4dbd1ada926fccf082.zip |
lose the outline on overlay buttons
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/pre_overlay.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/pre_overlay.css b/assets/css/pre_overlay.css index ef61a26..efa291a 100644 --- a/assets/css/pre_overlay.css +++ b/assets/css/pre_overlay.css @@ -6,3 +6,6 @@ top: 5px; right: 5px; } +.pre_buttons button:focus { + outline: none; +} |