Skip to content

Commit

Permalink
Added support for the search style
Browse files Browse the repository at this point in the history
  • Loading branch information
mtabacman committed Dec 6, 2023
1 parent 485a224 commit 5629428
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Willow-SemanticUI-Tests/SemanticStyleTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ SemanticStyleTest >> testGeneral [
assert: SemanticStyle for action actions active author basic button buttons close compact default
description disabled divided dividing doubling dropdown field fields fitted fluid form header
hidden icon image info item items label labeled longer metadata negative pointing positive
primary relaxed reply selection stackable sub submit text ui asString
primary relaxed reply search selection stackable sub submit text ui asString
equals:
'action actions active author basic button buttons close compact default description disabled divided dividing doubling dropdown field fields fitted fluid form header hidden icon image info item items label labeled longer metadata negative pointing positive primary relaxed reply selection stackable sub submit text ui'
'action actions active author basic button buttons close compact default description disabled divided dividing doubling dropdown field fields fitted fluid form header hidden icon image info item items label labeled longer metadata negative pointing positive primary relaxed reply search selection stackable sub submit text ui'
]

{ #category : #tests }
Expand Down
6 changes: 6 additions & 0 deletions source/Willow-SemanticUI/SemanticStyle.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,12 @@ SemanticStyle >> row [
cssClasses add: 'row'
]

{ #category : #general }
SemanticStyle >> search [

cssClasses add: 'search'
]

{ #category : #menu }
SemanticStyle >> secondary [

Expand Down

0 comments on commit 5629428

Please sign in to comment.