-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from vaadin/fix/icons
Replace <iron-icon> with theme font icons
- Loading branch information
Showing
9 changed files
with
27 additions
and
5 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
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
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
Binary file modified
BIN
+101 Bytes
(100%)
test/visual/screens/vaadin-time-picker/default-tests/default/chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+97 Bytes
(100%)
test/visual/screens/vaadin-time-picker/dropdown/default/chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+105 Bytes
(100%)
test/visual/screens/vaadin-time-picker/dropdown/selected-value/chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+209 Bytes
(100%)
test/visual/screens/vaadin-time-picker/dropdown/step/chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,2 +1,14 @@ | ||
<link rel="import" href="../../../vaadin-combo-box/theme/lumo/vaadin-combo-box-light.html"> | ||
<link rel="import" href="../../../vaadin-text-field/theme/lumo/vaadin-text-field.html"> | ||
<link rel="import" href="../../../vaadin-lumo-styles/mixins/field-button.html"> | ||
<link rel="import" href="../../../vaadin-lumo-styles/font-icons.html"> | ||
|
||
<dom-module id="lumo-time-picker" theme-for="vaadin-time-picker"> | ||
<template> | ||
<style include="lumo-field-button"> | ||
[part~="toggle-button"]::before { | ||
content: var(--lumo-icons-clock); | ||
} | ||
</style> | ||
</template> | ||
</dom-module> |
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