Skip to content

Commit 6e13951

Browse files
committed
Merge remote-tracking branch 'giteaofficial/main'
* giteaofficial/main: Add `:focus-visible` style to buttons (go-gitea#31799) [skip ci] Updated licenses and gitignores
2 parents 494abf6 + 63c5ac6 commit 6e13951

File tree

3 files changed

+15
-107
lines changed

3 files changed

+15
-107
lines changed

options/license/Net-SNMP

Lines changed: 0 additions & 107 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
If you modify this Program, or any covered work, by linking or
2+
combining it with runtime libraries of Erlang/OTP as released by
3+
Ericsson on https://www.erlang.org (or a modified version of these
4+
libraries), containing parts covered by the terms of the Erlang Public
5+
License (https://www.erlang.org/EPLICENSE), the licensors of this
6+
Program grant you additional permission to convey the resulting work
7+
without the need to license the runtime libraries of Erlang/OTP under
8+
the GNU Affero General Public License. Corresponding Source for a
9+
non-source form of such a combination shall include the source code
10+
for the parts of the runtime libraries of Erlang/OTP used as well as
11+
that of the covered work.

web_src/css/modules/button.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
white-space: nowrap;
2525
}
2626

27+
.ui.button:focus-visible {
28+
box-shadow: inset 0 0 0 2px currentcolor;
29+
}
30+
2731
@media (max-width: 767.98px) {
2832
.ui.button {
2933
white-space: normal;

0 commit comments

Comments
 (0)