-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix opening select boxes changing modal top location (#530)
Signed-off-by: Matthew Peveler <[email protected]>
- Loading branch information
1 parent
2797748
commit b16a846
Showing
2 changed files
with
34 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,22 @@ | ||
# customized semantic-ui | ||
|
||
This semantic-ui css has some customizations: | ||
Sqlectron uses a slightly modified version of semantic-ui. These edits are relatively minor, | ||
and allow it to play nicely with the react / local modal. | ||
|
||
- Commented import of Lato fonts from Google because we use local fonts. | ||
Any changes can be easily found by searching for `>>> SQLECTRON CHANGE`. The edits are specifically | ||
listed below: | ||
|
||
**IMPORTANT** In case of editing semantic-ui to bring in a new version (or otherwise), these changes | ||
will have to be re-applied! | ||
|
||
## JS | ||
|
||
The semantic-ui js has some customizations: | ||
|
||
**Important** | ||
- observeChanges method ignores changes for "Select" class | ||
|
||
In case updating semantic-ui this same changes should be applied again in the new file. | ||
## CSS | ||
|
||
This semantic-ui css has some customizations: | ||
|
||
- Commented import of Lato fonts from Google because we use local fonts. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters