Skip to content

Commit 541b407

Browse files
committed
optimize UI for translate: false #59
1 parent d933b00 commit 541b407

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Kirby Focus
22

3-
![Version](https://img.shields.io/badge/Version-3.0.4-blue.svg) ![License](https://img.shields.io/badge/License-MIT-green.svg) ![Kirby](https://img.shields.io/badge/Kirby-3.x-f0c674.svg)
3+
![Version](https://img.shields.io/badge/Version-3.0.5-blue.svg) ![License](https://img.shields.io/badge/License-MIT-green.svg) ![Kirby](https://img.shields.io/badge/Kirby-3.x-f0c674.svg)
44

55
> **FOR THE KIRBY 2 VERSION OF THIS PLUGIN, PLEASE CHECK OUT THE [KIRBY-2](https://github.com/flokosiol/kirby-focus/tree/kirby-2) BRANCH**
66

index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,7 @@
8787
top: 15px;
8888
left: 18px;
8989
}
90+
91+
.kirby-focus-field[disabled] {
92+
pointer-events: none
93+
}

0 commit comments

Comments
 (0)